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:   tsutsui
Date:           Fri Jun 25 15:10:43 UTC 2010

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

Log Message:
Add config_mountroot(9), which defers device configuration
after mountroot(), like config_interrupt(9) that defers
configuration after interrupts are enabled.
This will be used for devices that require firmware loaded
from the root file system by firmload(9) to complete device
initialization (getting MAC address etc).

No objection on tech-kern@:
http://mail-index.NetBSD.org/tech-kern/2010/06/18/msg008370.html
and will also fix PR kern/43125.


To generate a diff of this commit:
cvs rdiff -u -r1.420 -r1.421 src/sys/kern/init_main.c
cvs rdiff -u -r1.206 -r1.207 src/sys/kern/subr_autoconf.c
cvs rdiff -u -r1.136 -r1.137 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