Don't let DS_BUSY buses block attachment of other devices.
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 5 Jan 2008 13:30:33 +0000 (13:30 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 5 Jan 2008 13:30:33 +0000 (13:30 +0000)
commit308ea08882dffb49181e66586f3cf68db4ed3867
treeef009a662ff4c3e884fe08d4972c9c9023c5f21b
parentffe71962509e7ee878956eef2f90c1f666574a84
Don't let DS_BUSY buses block attachment of other devices.

DS_BUSY implies that the device has been in state DS_ATTACHED
before, so we need include DS_BUSY buses in the search as well.

Joint-work-with:  matthias@
sys/kern/subr_bus.c