Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   jmcneill
Date:           Mon Jan 25 12:15:33 UTC 2021

Modified Files:
        src/sys/dev/acpi: acpi_i2c.c
        src/sys/dev/i2c: i2cvar.h
        src/sys/dev/ofw: ofw_subr.c

Log Message:
Add "cookietype" to i2c attach args, so the consumer knows if ia_cookie
is either an OF phandle or an ACPI_HANDLE. Add NXP0002 compatible mapping
while here.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_i2c.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/i2cvar.h
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/ofw/ofw_subr.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