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 Aug 27 13:44:56 UTC 2024

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

Log Message:
- Remove devhandle_impl_inherit() and re-implement as devhandle_impl_subclass()
  and a helper devhandle_subclass().
- Add a devhandle_t argument to device_call_generic(); don't imply it from
  the device; let the device_call() wrapper own that logic.

(Ride the bump to 10.99.12; I've been sitting on this change for ages
waiting for a version bump to go by.)


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