From owner-freebsd-stable@FreeBSD.ORG Thu Jul 27 16:13:43 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AD316A4E7 for ; Thu, 27 Jul 2006 16:13:43 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D25E43D49 for ; Thu, 27 Jul 2006 16:13:41 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1G68US-0007kk-00; Thu, 27 Jul 2006 18:13:36 +0200 Date: Thu, 27 Jul 2006 18:13:35 +0200 To: Mike Jakubik Message-ID: <20060727161335.GB17014@poupinou.org> References: <44C63DFD.5040401@rogers.com> <20060726160952.GW17014@poupinou.org> <016E6A0B-E3E4-4444-BD27-24E75C784788@tamu.edu> <44C7BA05.7020508@rogers.com> <44C85C4F.7030902@rogers.com> <20060727074831.GX17014@poupinou.org> <44C8D73F.7010908@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44C8D73F.7010908@rogers.com> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: David Duchscher , stable@freebsd.org, Jiawei Ye Subject: Re: Monitoring temperature with acpi (sysctls) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 16:13:43 -0000 On Thu, Jul 27, 2006 at 11:09:51AM -0400, Mike Jakubik wrote: > Bruno Ducrot wrote: > >Could you please try (if you have a working smb device) > > > ># smbmsg -p > > > > Well, i don't think its being detected/supported. I tried loading all > the smbus related kernel modules, but no device. > > Id Refs Address Size Name > 1 9 0xc0400000 2d1624 kernel > 2 1 0xc06d2000 606ac acpi.ko > 3 3 0xc4dca000 2000 smbus.ko > 4 1 0xc4dcc000 3000 iicsmb.ko > 5 3 0xc4dcf000 3000 iicbus.ko > 6 1 0xc4de4000 3000 smb.ko > 7 1 0xc4df3000 3000 iic.ko > 8 1 0xc4df6000 3000 if_ic.ko > > However, dmesg seems to show that there is a SMBus device on the MB. > > pci0: at device 31.3 (no driver attached) > It should be ichsmb with a ich7 southbridge IIRC, but there is a missing pci id onto sys/ichsmb/ichsmb_pci.c, (it should be 0x27da8086). Maybe the ich7 isn't supported yet. I don't have time to check more ATM. I'll look intel specs tomorrow. -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.