Subject: PR/32463 CVS commit: src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Thor Lancelot Simon <tls@netbsd.org>
List: netbsd-bugs
Date: 02/19/2006 02:25:02
The following reply was made to PR kern/32463; it has been noted by GNATS.

From: Thor Lancelot Simon <tls@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32463 CVS commit: src/sys/dev
Date: Sun, 19 Feb 2006 02:24:21 +0000 (UTC)

 Module Name:	src
 Committed By:	tls
 Date:		Sun Feb 19 02:24:21 UTC 2006
 
 Modified Files:
 	src/sys/dev: DEVNAMES
 	src/sys/dev/i2c: files.i2c
 	src/sys/dev/pci: amdpm.c files.pci
 Added Files:
 	src/sys/dev/i2c: adt7463.c adt7463reg.h
 	src/sys/dev/pci: amdpm_smbus.c amdpm_smbusreg.h amdpmvar.h
 
 Log Message:
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.191 -r1.192 src/sys/dev/DEVNAMES
 cvs rdiff -r0 -r1.1 src/sys/dev/i2c/adt7463.c src/sys/dev/i2c/adt7463reg.h
 cvs rdiff -r1.6 -r1.7 src/sys/dev/i2c/files.i2c
 cvs rdiff -r1.10 -r1.11 src/sys/dev/pci/amdpm.c
 cvs rdiff -r0 -r1.1 src/sys/dev/pci/amdpm_smbus.c \
     src/sys/dev/pci/amdpm_smbusreg.h src/sys/dev/pci/amdpmvar.h
 cvs rdiff -r1.241 -r1.242 src/sys/dev/pci/files.pci
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.