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:   pooka
Date:           Thu Sep  3 15:20:08 UTC 2009

Modified Files:
        src/sys/kern: init_main.c subr_autoconf.c
        src/sys/sys: device.h

Log Message:
Move configure() and configure2() from subr_autoconf.c to init_main.c,
since they are only peripherially related to the autoconf subsystem
and more related to boot initialization.  Also, apply _KERNEL_OPT
to autoconf where necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 src/sys/kern/init_main.c
cvs rdiff -u -r1.179 -r1.180 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.120 -r1.121 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