diff options
| author | tls <tls@NetBSD.org> | 2006-02-19 02:24:20 +0000 |
|---|---|---|
| committer | tls <tls@NetBSD.org> | 2006-02-19 02:24:20 +0000 |
| commit | b69125454cc162c8a9e4a2ce5c3744436d4b5c66 (patch) | |
| tree | 9aaadfd6ba6a6adf80c6e232f80f003b6156eb5d /sys/dev/DEVNAMES | |
| parent | 47b270485803d277e22096c6b341232bde3a7cc3 (diff) | |
Add support for i2c bus on AMD-8111 used on many Opteron server motherboards,
and ADT 7463c thermal and voltage monitor found on the Tyan S2881 and S2882-D
(and probably other boards as well). We do not currently support any kind
of detection of the i2c address of the thermal monitor; it appears to be
at 0x2D on the S2881 and 0x2E on the S2882-D (kernel config examples
forthcoming).
From PR kern/32463 submitted by Anil Gopinath, anil_public@yahoo.com.
Diffstat (limited to 'sys/dev/DEVNAMES')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index bc55c6dd460..719d1cc1c72 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.191 2005/11/25 16:42:55 thorpej Exp $ +# $NetBSD: DEVNAMES,v 1.192 2006/02/19 02:24:20 tls Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -36,6 +36,7 @@ adb mac68k adb macppc adc hpcsh ade alpha +adt7463c MI adt7467c MI adm1030c MI adv MI |
