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: thorpej
Date: Sun Sep 21 13:54:57 UTC 2025
Modified Files:
src/sys/dev/i2c: adm1021.c dbcool.c dbcool_var.h dstemp.c lm75.c
Log Message:
Get the sensor descriptive information from our device properties
dictionary, rather than from a secondary dictionary passed in the
i2c_attach_args (this secondary dictionary is deprecated and going
away).
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/i2c/adm1021.c
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/i2c/dbcool.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/dbcool_var.h
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/dstemp.c
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/i2c/lm75.c
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