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:   tnn
Date:           Sat Aug 18 11:26:37 UTC 2007

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/sys/dev/i2c: files.i2c
Added Files:
        src/share/man/man4: spdmem.4
        src/sys/dev/i2c: spdmem.c spdmemreg.h spdmemvar.h

Log Message:
Add spdmem(4) driver. This decodes technical specifications stored in
the eeprom on common types of memory modules. The specifications are
displayed during boot and can later be queried in the hw.spdmemN sysctl
subtree. Stub driver written by Nicolas Joly and greatly improved upon by
Paul Goyette. From PR 36745, with additional improvements by Paul and me.


To generate a diff of this commit:
cvs rdiff -r1.1019 -r1.1020 src/distrib/sets/lists/man/mi
cvs rdiff -r1.435 -r1.436 src/share/man/man4/Makefile
cvs rdiff -r0 -r1.1 src/share/man/man4/spdmem.4
cvs rdiff -r1.14 -r1.15 src/sys/dev/i2c/files.i2c
cvs rdiff -r0 -r1.1 src/sys/dev/i2c/spdmem.c src/sys/dev/i2c/spdmemreg.h \
    src/sys/dev/i2c/spdmemvar.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