Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Tue Sep 16 11:37:17 UTC 2025

Modified Files:
        src/sys/arch/sparc64/sparc64: autoconf.c
        src/sys/dev/fdt: fdt_i2c.c fdt_i2c.h
        src/sys/dev/i2c: i2c.c
        src/sys/dev/ofw: ofw_i2c_subr.c openfirm.h

Log Message:
As with ACPI, iic_attach() now fetches the child device array directly
in the FDT case.  Adjust the OFW case so that we're not forced to indirect
through a dictionary if it's not needed.


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/sparc64/sparc64/autoconf.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/fdt/fdt_i2c.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/fdt/fdt_i2c.h
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ofw/ofw_i2c_subr.c
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/ofw/openfirm.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