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: Sun Sep 20 10:05:24 UTC 2026
Modified Files:
src/sys/dev/i2c [netbsd-11]: pcagpio.c pcf8574.c
Log Message:
Pull up following revision(s) (requested by jdc in ticket #485):
sys/dev/i2c/pcf8574.c: revision 1.11
sys/dev/i2c/pcf8574.c: revision 1.12
sys/dev/i2c/pcagpio.c: revision 1.14
sys/dev/i2c/pcagpio.c: revision 1.15
sys/dev/i2c/pcagpio.c: revision 1.16
Add sysmon support for indicator pins (mostly taken from pcf8574).
The Sun V245 uses a PCA9555 for the disk present indications.
Set the "active high" flag on the correct pin.
Make prev_state the correct size (only used when debug defined).
Split out the logic for handling indicators, alerts and timeouts, rather
than having special values in the properties.
Set envsys critical state for alerts when the sensor value isn't the default.
Add comments to explain the logic.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/dev/i2c/pcagpio.c
cvs rdiff -u -r1.10 -r1.10.18.1 src/sys/dev/i2c/pcf8574.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