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: brad
Date: Tue Nov 25 12:50:54 UTC 2025
Modified Files:
src/sys/dev/i2c: bmx280thpi2c.c
Log Message:
When the I2C attachment code for the BMx280 driver was touched last,
the handles for I2C and SPI were split out into attachment specific
softc structures. This was all good and fine and a nice improvement.
However, the CFATTACH_DECL_ call still included the general softc in
the I2C case and not the I2C attachment specific softc. This would
probably overwrite some of the config information in the kernel, but
might not show itself to be a problem unless you did a detach /
reattach operation. Fix this up.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/bmx280thpi2c.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