Module Name: src Committed By: dyoung Date: Mon Jan 31 23:07:17 UTC 2011
Modified Files: src/sys/kern: kern_stub.c subr_autoconf.c src/sys/sys: device.h Log Message: Let the linker instead of the C preprocessor configure the kernel: make weak aliases device_register(9) and device_register_post_config(9) for the stub routine voidop(). Get rid of __HAVE_DEVICE_REGISTER and __HAVE_DEVICE_REGISTER_POST_CONFIG. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/kern/kern_stub.c cvs rdiff -u -r1.211 -r1.212 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.137 -r1.138 src/sys/sys/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.