Source-Changes archive

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

CVS commit: [thorpej-i2c-spi-conf2] src/sys



Module Name:    src
Committed By:   thorpej
Date:           Mon Sep 13 14:47:28 UTC 2021

Modified Files:
        src/sys/arch/macppc/dev [thorpej-i2c-spi-conf2]: cuda.c
        src/sys/arch/sandpoint/sandpoint [thorpej-i2c-spi-conf2]: autoconf.c
        src/sys/arch/sparc64/sparc64 [thorpej-i2c-spi-conf2]: ofw_patch.c
        src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c i2cvar.h
Added Files:
        src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c_enum.h

Log Message:
Move the i2c enumeration helpers to their own header file to detangle
it from reliance on "iic" being configured into the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.29.2.5 -r1.29.2.6 src/sys/arch/macppc/dev/cuda.c
cvs rdiff -u -r1.29.16.4 -r1.29.16.5 \
    src/sys/arch/sandpoint/sandpoint/autoconf.c
cvs rdiff -u -r1.7.14.7 -r1.7.14.8 src/sys/arch/sparc64/sparc64/ofw_patch.c
cvs rdiff -u -r1.80.2.7 -r1.80.2.8 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r0 -r1.1.2.1 src/sys/dev/i2c/i2c_enum.h
cvs rdiff -u -r1.24.12.3 -r1.24.12.4 src/sys/dev/i2c/i2cvar.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