Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   pgoyette
Date:           Sat May  9 15:04:25 UTC 2009

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/arch/i386/conf: ALL
        src/sys/dev/i2c: files.i2c
Added Files:
        src/share/man/man4: sdtemp.4
        src/sys/dev/i2c: sdtemp.c sdtemp_reg.h

Log Message:
Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.

(These optional sensors are specified by JEDEC Standard No. 21-C
Section 4-7 and implemented by multiple vendors.  Tested on my
amd64 machine with Kingston KVR1066D3E7S/2G memory which includes
a STMicro STTS424E02 sensor.)


To generate a diff of this commit:
cvs rdiff -u -r1.1135 -r1.1136 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.490 -r1.491 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/sdtemp.4
cvs rdiff -u -r1.197 -r1.198 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/sdtemp.c src/sys/dev/i2c/sdtemp_reg.h

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