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:           Sun Oct 12 23:34:24 UTC 2025

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

Log Message:
Introduce the notion of a "system default" device call provider.  This
is useful on a platform like sparc, where a single booted kernel can
support OpenFirmware, pre-OFW OpenBOOT, or the "old ROM" universe that
does not have a platform device tree, but has platform-specific logic
for handling some kinds of device properties.  The SYSDFLT get a crack
if the normal by-handle device call lookup fails.


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