In message: <[EMAIL PROTECTED]>
Nate Lawson <[EMAIL PROTECTED]> writes:
: * Add bus_child_present check to calls to *_stop in the detach method for
: devices that have children (i.e. miibus).
bus_child_present isn't quite right for this. bus_child_present means
"this child is still th
I have made the following updates and these should be the versions that
will be committed (modulo any bugs people may find).
* Move bus_setup_intr to after ether_ifattach. This removes the need for
any locking in *_attach because interrupts, even if shared, will not be
delivered until *_intr is h