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:           Fri Oct  3 16:49:07 UTC 2025

Modified Files:
        src/sys/dev/acpi: acpi_util.c
        src/sys/dev/ofw: ofw_subr.c
        src/sys/kern: device_calls subr_autoconf.c
        src/sys/sys: device_calls.h

Log Message:
Add a device_register() hook for the platform device tree.  For ACPI and
OpenFirmware (including FDT), use this to record the firmware path to
the device in the "device-path" property.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/acpi/acpi_util.c
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/ofw/ofw_subr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/device_calls
cvs rdiff -u -r1.314 -r1.315 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/device_calls.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