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 14:02:10 UTC 2025

Modified Files:
        src/sys/kern: subr_device.c
        src/sys/sys: device.h

Log Message:
Introduce a set of functions that wrap the device properties dictionary,
providing a more abstract and convenient interface for interacting (setting
and getting) with them, along with information about the properties themselves.
Inspiration for the interface is taken from the traditional OpenFirmware
interface.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/kern/subr_device.c
cvs rdiff -u -r1.190 -r1.191 src/sys/sys/device.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