Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/adm1026reg.h
RevisionDateAuthorComments
 1.5  16-Apr-2020  rin Revert previous for now:
http://mail-index.netbsd.org/source-changes/2020/04/16/msg116278.html

The reasoning turned out to be wrong; __KERNEL_RCSID() in header files
does *not* overwrite RCSID in main source files. The real problem is that
it inserts its RCSID into *every* object files. However, it can be still
useful even if heavily duplicated.
 1.4  16-Apr-2020  rin Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by
overwriting RCSID in main source files.

XXX
The first argument of __KERNEL_RCSID() is neglected for ELF. If we wish
to have RCSID of header files in kernel binary, we need something like
__FBSDID() macro in FreeBSD.
 1.3  11-Dec-2019  jdc branches: 1.3.6;
Chip matching improvements:
only match for currently known addresses
don't generate messages when matching
Tested on Sun Blade 2500 by martin@.
 1.2  13-Oct-2019  mrg set ADM1026_ADDRMASK as 0x2f, not 0x3f8.

GCC-8 complained about always false condition, which indicated
the bug. patch from jdc@.
 1.1  16-Dec-2015  jdc branches: 1.1.2; 1.1.18; 1.1.22;
Add a driver for the ADM1026 Thermal System Management Fan Controller
i2c chip.
 1.1.22.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.18.2  03-Dec-2017  jdolecek update from HEAD
 1.1.18.1  16-Dec-2015  jdolecek file adm1026reg.h was added on branch tls-maxphys on 2017-12-03 11:37:02 +0000
 1.1.2.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1  16-Dec-2015  skrll file adm1026reg.h was added on branch nick-nhusb on 2015-12-27 12:09:49 +0000
 1.3.6.1  20-Apr-2020  bouyer Sync with HEAD

RSS XML Feed