Module Name: src Committed By: riastradh Date: Wed Aug 24 11:18:56 UTC 2022
Modified Files: src/sys/kern: kern_pmf.c subr_autoconf.c src/sys/sys: device.h Log Message: kern: device_pmf_driver_register never fails, so make it return void. No ABI bump despite change to device.h because this is used only inside autoconf. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/kern/kern_pmf.c cvs rdiff -u -r1.302 -r1.303 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.182 -r1.183 src/sys/sys/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.