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:           Wed Sep 17 15:39:05 UTC 2008

Modified Files:
        src/sys/dev/i2c: adt7467.c adt7467var.h

Log Message:
Add verification of proper chip before blindly matching for consistency
with other drivers (notably adt7463).

NOTE: The verify routine in _both_ drivers might better be placed in-line
in the _match() routine.  But these drivers will soon be superseded by the
dbcool driver any way.

OK gmcgarry@


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/i2c/adt7467.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/i2c/adt7467var.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