DragonFly commits List (threaded) for 2005-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern subr_bus.c
dillon 2005/02/03 19:32:37 PST
DragonFly src repository
Modified files:
sys/kern subr_bus.c
Log:
Revert the last device_print_child() change, it was too confusing to
display the device name after the attach because recursion can insert a
lot of other messages in there.
Instead, if -v is specified, generate a line before and after the attach
suitably marked [tentative] or [attached!]. This also has the advantage
of bracketing any recursion that occurs.
Keep the bootverbose printing of the device chain but get rid of the "ATTACH "
on the front. It's obvious what it is and the attach message follows
directly now.
Revision Changes Path
1.23 +9 -3 src/sys/kern/subr_bus.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_bus.c.diff?r1=1.22&r2=1.23&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]