From owner-freebsd-current Wed Feb 3 14:00:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00875 for freebsd-current-outgoing; Wed, 3 Feb 1999 14:00:24 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from reliam.teaser.fr (reliam.teaser.fr [194.51.80.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00864 for ; Wed, 3 Feb 1999 14:00:22 -0800 (PST) (envelope-from son@teaser.fr) Received: from teaser.fr (ppp1087-ft.teaser.fr [194.206.156.40]) by reliam.teaser.fr (8.9.1a/8.9.1a) with ESMTP id XAA17661; Wed, 3 Feb 1999 23:00:06 +0100 (MET) Received: (from son@localhost) by teaser.fr (8.9.2/8.9.1) id UAA01297; Wed, 3 Feb 1999 20:31:33 +0100 (CET) (envelope-from son) Message-ID: <19990203203133.12975@breizh.prism.uvsq.fr> Date: Wed, 3 Feb 1999 20:31:33 +0100 From: Nicolas Souchu To: Matthew Thyer Cc: current@FreeBSD.ORG Subject: Re: How do I query system temperature probes ? References: <36B7CED1.96D4B369@dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <36B7CED1.96D4B369@dsto.defence.gov.au>; from Matthew Thyer on Wed, Feb 03, 1999 at 02:51:37PM +1030 X-Operating-System: FreeBSD breizh 4.0-CURRENT FreeBSD 4.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Feb 03, 1999 at 02:51:37PM +1030, Matthew Thyer wrote: > >I seem to have all the hardware required for querying the temperature >probes in the system (At least I can do it from the BIOS). > >How can I query this info ? > >I assume I need "controller smbus0" and "controller intpm0" in my >kernel. But do I also need "device smb0 at smbus?" and/or any >of the following: > ># ic i2c network interface ># iic i2c standard io ># iicsmb i2c to smb bridge. Allow i2c i/o with smb commands. You need: controller intpm0 # the PIIX4 interface controller smbus0 # the SMBus system device smb0 at smbus? # user access to the SMBus > > >Once I have all this stuff in my kernel, what commands do I use to >query the probes ?? Takanori Watanabe as example code to do this. > >My system is FreeBSD 4.0-CURRENT (of CTM 3722 - but will soon be really >-CURRENT) > > >Extract from dmesg: > >chip0: rev 0x03 on >pci0.0.0 >chip1: rev 0x03 on >pci0.1.0 >chip2: rev 0x01 on pci0.7.0 >ide_pci0: rev 0x01 on pci0.7.1 >chip3: rev 0x01 on pci0.7.3 >-- > Matthew Thyer Phone: +61 8 8259 7249 > Corporate Information Systems Fax: +61 8 8259 5537 > Defence Science and Technology Organisation, Salisbury > PO Box 1500 Salisbury South Australia 5108 > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-current" in the body of the message > -- nsouch@teaser.fr / nsouch@freebsd.org FreeBSD - Turning PCs into workstations - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message