Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Feb 1999 13:53:27 +0900
From:      Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
To:        Matthew Thyer <Matthew.Thyer@dsto.defence.gov.au>, dillon@FreeBSD.ORG
Cc:        current@FreeBSD.ORG
Subject:   Re: How do I query system temperature probes ? 
Message-ID:  <199902030453.NAA19395@shidahara1.planet.sci.kobe-u.ac.jp>
In-Reply-To: Your message of "Wed, 03 Feb 1999 14:51:37 %2B1030"
References:  <36B7CED1.96D4B369@dsto.defence.gov.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <36B7CED1.96D4B369@dsto.defence.gov.au>, Matthew Thyer wrote:
>
>Extract from dmesg:
>
>chip0: <Host to PCI bridge (vendor=8086 device=7180)> rev 0x03 on
>pci0.0.0
>chip1: <PCI to PCI bridge (vendor=8086 device=7181)> rev 0x03 on
>pci0.1.0
>chip2: <Intel 82371AB PCI to ISA bridge> rev 0x01 on pci0.7.0
>ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1
>chip3: <Intel 82371AB Power management controller> rev 0x01 on pci0.7.3

Commited code on pcisupport.c from 1.88 to 1.89 will break it.
If "intpm.h" is not included,chipset probe code is used instead of 
the driver probe code.

Takanori Watanabe
<a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">;
Public Key</a>
Key fingerprint =  2C 51 E2 78 2C E1 C5 2D  0F F1 20 A3 11 3A 62 2A 

P.S
I have forgotten to enclose unused variable in #undef ENABLE_ALART
with #ifdef ENABLE_ALART - #endif ,so the variable may deleted when it
was commited. And currently ENABLE_ALART code will not work properly.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902030453.NAA19395>