Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src



Module Name:    src
Committed By:   martin
Date:           Sun Sep 13 10:46:26 UTC 2026

Modified Files:
        src/share/man/man4 [netbsd-11]: adm1026hm.4
        src/sys/dev/i2c [netbsd-11]: adm1026.c adm1026reg.h

Log Message:
Pull up following revision(s) (requested by jdc in ticket #459):

        sys/dev/i2c/adm1026.c: revision 1.14
        sys/dev/i2c/adm1026.c: revision 1.15
        sys/dev/i2c/adm1026.c: revision 1.16
        sys/dev/i2c/adm1026.c: revision 1.17
        sys/dev/i2c/adm1026reg.h: revision 1.6
        share/man/man4/adm1026hm.4: revision 1.2
        share/man/man4/adm1026hm.4: revision 1.3
        share/man/man4/adm1026hm.4: revision 1.4

Remove the "multi_read" logic now that the problem in the pcf8584 driver
has been fixed (r1.23 - use repeat start).

Handle cases where we have a gap in the sensors configured/present with
a map of envsys sensor to chip sensor.

Use a variable to hold the register number instead of passing a constant
to the iic routines.

Add limits (therm, high and low) to ADM1026 sensors.

Change conversions to define's because we use them in more places.

Fix a bug when checking if V2.5 2 is configured.

Move start/stop monitoring to separate functions and use them in pmf*.

Add missing NetBSD keywords.

Add a note about limits, which are now supported by the adm1026hm driver.

Put the config directive under Synopsis, instead of the attachment message.
Pointed out by uwe.
adm1026hm(4): prettify

Make this format properly with PostScript output too.

Fix `warnmin` name.

Fix reversed high/therm to warnmax/critmax mapping.

Fix restoring limits:
  check for NULL limits pointer
  always user our envsys to sensor mapping


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.30.1 src/share/man/man4/adm1026hm.4
cvs rdiff -u -r1.13 -r1.13.18.1 src/sys/dev/i2c/adm1026.c
cvs rdiff -u -r1.5 -r1.5.28.1 src/sys/dev/i2c/adm1026reg.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