Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/i2c
Module Name: src
Committed By: pgoyette
Date: Sun Feb 22 17:28:51 UTC 2009
Modified Files:
src/sys/dev/i2c: spdmem.c spdmemreg.h
Log Message:
1. Reorganize code into memory-type-specific routines instead of multiple
monstrous if-then-else-if constructs.
2. Display module capacity in GB if it is at least 1GB.
3. Indicate if a memory module is "registered".
4. For DDR3, indicate if a temp-sensor is present.
Inspired by similar changes in OpenBSD's spdmem(4).
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/i2c/spdmem.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/i2c/spdmemreg.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