Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/dev
Module Name: src
Committed By: tron
Date: Mon Feb 20 23:00:27 UTC 2006
Modified Files:
src/sys/dev [netbsd-3]: DEVNAMES
src/sys/dev/i2c [netbsd-3]: files.i2c
src/sys/dev/pci [netbsd-3]: amdpm.c files.pci
Added Files:
src/sys/dev/i2c [netbsd-3]: adt7463.c adt7463reg.h
src/sys/dev/pci [netbsd-3]: amdpm_smbus.c amdpm_smbusreg.h amdpmvar.h
Log Message:
Pull up following revision(s) (requested by tls in ticket #1179):
sys/dev/pci/amdpm.c: revision 1.11
sys/dev/i2c/files.i2c: revision 1.7
sys/dev/i2c/adt7463.c: revision 1.1
sys/dev/pci/files.pci: revision 1.242 via patch
sys/dev/pci/amdpmvar.h: revision 1.1
sys/dev/i2c/adt7463reg.h: revision 1.1
sys/dev/DEVNAMES: revision 1.192 via patch
sys/dev/pci/amdpm_smbus.c: revision 1.1
sys/dev/pci/amdpm_smbusreg.h: revision 1.1
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.@localhost
To generate a diff of this commit:
cvs rdiff -r1.173.2.1 -r1.173.2.2 src/sys/dev/DEVNAMES
cvs rdiff -r0 -r1.2.2.1 src/sys/dev/i2c/adt7463.c \
src/sys/dev/i2c/adt7463reg.h
cvs rdiff -r1.3 -r1.3.16.1 src/sys/dev/i2c/files.i2c
cvs rdiff -r1.7.14.2 -r1.7.14.3 src/sys/dev/pci/amdpm.c
cvs rdiff -r0 -r1.2.2.1 src/sys/dev/pci/amdpm_smbus.c
cvs rdiff -r0 -r1.1.2.1 src/sys/dev/pci/amdpm_smbusreg.h \
src/sys/dev/pci/amdpmvar.h
cvs rdiff -r1.232.2.3 -r1.232.2.4 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.
Home |
Main Index |
Thread Index |
Old Index