Module Name: src Committed By: pooka Date: Sun Jan 31 15:10:12 UTC 2010
Modified Files: src/sys/conf: files src/sys/kern: subr_autoconf.c Added Files: src/sys/kern: subr_device.c Log Message: Device accessors are only marginally related to autoconf, so put them into subr_device.c instead of having them in subr_autoconf.c. Since none of the copyrights in subr_autoconf.c really match the history of device accessors, I took the liberty of slapping (c) 2006 TNF onto subr_device.c. To generate a diff of this commit: cvs rdiff -u -r1.973 -r1.974 src/sys/conf/files cvs rdiff -u -r1.199 -r1.200 src/sys/kern/subr_autoconf.c cvs rdiff -u -r0 -r1.2 src/sys/kern/subr_device.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.