From owner-freebsd-hackers Thu Sep 16 19:34:17 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from shidahara1.planet.sci.kobe-u.ac.jp (shidahara1.planet.sci.kobe-u.ac.jp [133.30.50.200]) by hub.freebsd.org (Postfix) with ESMTP id 1E5E714E8A for ; Thu, 16 Sep 1999 19:34:09 -0700 (PDT) (envelope-from takawata@shidahara1.planet.sci.kobe-u.ac.jp) Received: from shidahara1.planet.sci.kobe-u.ac.jp (localhost [127.0.0.1]) by shidahara1.planet.sci.kobe-u.ac.jp (8.8.8+2.7Wbeta7/8.8.8) with ESMTP id LAA10868 for ; Fri, 17 Sep 1999 11:33:54 +0900 (JST) Message-Id: <199909170233.LAA10868@shidahara1.planet.sci.kobe-u.ac.jp> To: hackers@freebsd.org Dcc: Subject: Re: damn ATX power supplies... In-reply-to: Your message of "Thu, 16 Sep 1999 22:04:26 +0200" References: <19990911103119.4253B1CB1@overcee.netplex.com.au> <19990916220426.04913@breizh.free.fr> Date: Fri, 17 Sep 1999 11:33:53 +0900 From: Takanori Watanabe Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19990916220426.04913@breizh.free.fr>, Nicolas Souchu wrote: >On Sun, Sep 12, 1999 at 10:51:13PM +0100, Tony Finch wrote: >> >>Peter Wemm wrote: >>> >>>On newer motherboards, it's addressable on the SMB bus (along with >>>the SIMMS, the LM78/LM75/etc, the embedded LM75 in the newer CPU, >>>etc). Anyway, the newer devices are programmable to do things like >>>the 4-second power off delay, auto-on with AC, maintain previous >>>state when AC restored, alarm clock time auto start, as well as the >>>usual "turn off now" command from the APM bios. I think 4-second power off delay etc. is not so related with SMBus but power management controller on PCI.And that should be probed via ACPI BIOS table,not PCI probe,though I wrote a patch for intpm so that it install power off handler. >>Is there any software out there that speaks to /dev/smb? >>intelligently? We have some Dell boxen with loads of SMB stuff in >>them; it'd be nice to be able to see what's going on there. >> >>Alternatively, are there freely-available SMB specs? > I have some piece of program.(Accessing SPD,LM75/LM78) But general problem is that there is no way to probe from hardware. And on PIIX4, most hardware monitoring chip have ISA interface and accessable at port 0x295,0x296. BTW I looked datasheet of i810 chipset and find SMBus functional and Power Management functional is separated. Though I don't write the driver for it because I don't have it. Takanori Watanabe Public Key Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A P.S. Are there any people to work on audio and telephony device on i810? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message