Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/dev/i2c
Module Name: src
Committed By: martin
Date: Fri Sep 18 15:32:36 UTC 2026
Modified Files:
src/sys/dev/i2c [netbsd-11]: files.i2c
Added Files:
src/sys/dev/i2c [netbsd-11]: adt7462.c adt7462reg.h lm95221.c
lm95221reg.h nxp75a.c nxp75areg.h
Log Message:
Pull up following revision(s) (requested by jdc in ticket #466):
sys/dev/i2c/adt7462reg.h: revision 1.1
sys/dev/i2c/adt7462.c: revision 1.1
sys/dev/i2c/files.i2c: revision 1.138 (patch)
sys/dev/i2c/nxp75areg.h: revision 1.1
sys/dev/i2c/lm95221.c: revision 1.1
sys/dev/i2c/nxp75a.c: revision 1.1
sys/dev/i2c/lm95221reg.h: revision 1.1
Add a driver for the Texas Instruments LM95221 temperature sensor.
The chip is used in the Sun Ultra 45.
Add a driver for the NXP LM75A temperature sensor.
The chip is used in the Sun Ultra 45.
Note, that this is not the same as the TI LM75A temperature sensor (lmtemp).
Add a driver for the On Semiconductor (Analog Devices) ADT7462
system monitor. The chip is used in the Sun Ultra 45.
Add entries for LM95221, NXP LM75A, and ADT7462.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3.2.2 src/sys/dev/i2c/adt7462.c \
src/sys/dev/i2c/adt7462reg.h
cvs rdiff -u -r1.133 -r1.133.2.1 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/dev/i2c/lm95221.c \
src/sys/dev/i2c/lm95221reg.h src/sys/dev/i2c/nxp75a.c \
src/sys/dev/i2c/nxp75areg.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