Generate more useful -v information on the console during device attach.
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 3 Feb 2005 23:54:22 +0000 (23:54 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 3 Feb 2005 23:54:22 +0000 (23:54 +0000)
commit1b20a98f643c3d53f6286a25774915cefa98dfa9
tree709b03c79ea0c0463533276b06e3d0db0dc02a97
parenta1e27e6406c7166c1a5b918b50fdd889183ab2a8
Generate more useful -v information on the console during device attach.
The complete device chain is output prior to each attach.

The normal device_print_child() is now moved from before the attach
to after the attach so the correct resource information gets reported,
especially the correct IRQ.
sys/kern/subr_bus.c