Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 1999 16:49:23 -0700
From:      Warner Losh <imp@village.org>
To:        Mike Smith <msmith@FreeBSD.ORG>
Cc:        Christopher Masto <chris@netmonger.net>, Nick Hibma <hibma@skylink.it>, FreeBSD CURRENT Mailing List <current@FreeBSD.ORG>
Subject:   Re: PCCARD eject freeze (was Re: your mail) 
Message-ID:  <199911302349.QAA06179@harmony.village.org>
In-Reply-To: Your message of "Tue, 30 Nov 1999 15:35:44 PST." <199911302335.PAA02844@mass.cdrom.com> 
References:  <199911302335.PAA02844@mass.cdrom.com>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199911302335.PAA02844@mass.cdrom.com> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911302349.QAA06179>