From owner-freebsd-arch@FreeBSD.ORG Fri Oct 5 16:41:43 2012 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBE29106564A for ; Fri, 5 Oct 2012 16:41:43 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 46AAD8FC12 for ; Fri, 5 Oct 2012 16:41:42 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA00953; Fri, 05 Oct 2012 19:41:35 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <506F0DBE.6050307@FreeBSD.org> Date: Fri, 05 Oct 2012 19:41:34 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Lars Engels References: <506F06FA.4050804@FreeBSD.org> <20121005162437.GF7416@e-new.0x20.net> In-Reply-To: <20121005162437.GF7416@e-new.0x20.net> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-arch@FreeBSD.org Subject: Re: drivers for desktop hardware monitoring chips X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 16:41:44 -0000 on 05/10/2012 19:24 Lars Engels said the following: > Can you give us a link to the code in question? Yes, of course. Original code can be found here: http://wiki.freebsd.org/GSoC2007/cnst-sensors What I maintain can be found here: https://github.com/avg-I/freebsd/commit/669e06d1da9e18309243630ff86bd106957ffa1b It's that commit and three commits after it. Sorry, it's not a separate branch and I haven't pushed my latest tree to github yet, but I plan to do that soon. Basically it's the same code just adapted to the latest tree. Plus some enhancements for it(4) driver. I also have support for a new lm(4) chip in the works. -- Andriy Gapon