Revert the last device_print_child() change, it was too confusing to
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 4 Feb 2005 03:32:37 +0000 (03:32 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 4 Feb 2005 03:32:37 +0000 (03:32 +0000)
commitb99fcb0c716d97fce47d2346666ea173077d5202
tree7eef24f6aaf01b0ffe48a8a732dfea56d4673651
parent7493964bca8731581c8e751d6d87e987321ea8f1
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.
sys/kern/subr_bus.c