In message <[EMAIL PROTECTED]> Mike Smith writes:
: You should definitely check the delete result, yes.
: 
: Also, are you calling bus_generic_detach() after deleting the child?
: I got the impression from Doug that this is required...

In the child?  device_delete_child() already calls
device_detach(child).  I can't call anything on the child device after
delete_child becuase it is gone (and the memory is freed).

Warner




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to