From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 16 21:21:22 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D210E16A47E for ; Fri, 16 Jun 2006 21:21:22 +0000 (UTC) (envelope-from fradonan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A78743D6B for ; Fri, 16 Jun 2006 21:21:17 +0000 (GMT) (envelope-from fradonan@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so29566uge for ; Fri, 16 Jun 2006 14:21:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tFPR6qdQt0ZVGiSjKBUlx1pMl5kI3dnKZR9xU8a98/TMIi/mzybiUy3uMJ/SHw7hkIT//RPdSTnXPm1oEGcnrWnZ7UTg/bcx6XvHKIV2iAlCGqWt3qjyd4JAkZF5/DpshkXLDWePK8o59Fawm8TDd4ckhsB8FDyxqTKvUsurRNg= Received: by 10.78.32.16 with SMTP id f16mr335715huf; Tue, 13 Jun 2006 12:53:44 -0700 (PDT) Received: by 10.78.43.12 with HTTP; Tue, 13 Jun 2006 12:53:44 -0700 (PDT) Message-ID: Date: Tue, 13 Jun 2006 12:53:44 -0700 From: "Franklin Donan" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: adm1026 support X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 21:21:22 -0000 Hi, I want to use healthd to monitor values exported by an adm1026 chip, using the smbus interface. Here's the data sheet for this chip: http://www.analog.com/UploadedFiles/Data_Sheets/779263102ADM1026_a.pdf This chip is smbus & iic compatible. I am thinking I will have to write an adm1026 specific kernel module to interface with the iicbus module, but am not sure. Can someone please let me know what exactly needs to be done? Thanks!