Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 19:52:41 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Scott Long <scottl@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Unloading USB driver while device is attached.
Message-ID:  <20040719175241.GJ57678@darkness.comp.waw.pl>
In-Reply-To: <40FC0832.3040805@freebsd.org>
References:  <20040719145745.GH57678@darkness.comp.waw.pl> <20040719102139.N59702@carver.gumbysoft.com> <20040719173819.GI57678@darkness.comp.waw.pl> <40FC0832.3040805@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--8tZVdKiiYitVG083
Content-Type: text/plain; charset=iso-8859-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jul 19, 2004 at 11:43:14AM -0600, Scott Long wrote:
+> >Yeah, but even on 'kldunload -f' it should be possible to clean up
+> >and avoid panic on next load.
+> >
+>=20
+> What usually happens in that a timeout happens and the driver handler no
+> longer exists (i.e. forgot to call untimeout), or an interrupt happens
+> and the driver forgot to deregister the interrupt.  There are also a lot
+> of rase possibilities in here even if the driver attempts to do the
+> right thing.  There really isn't a 'one size fits all' way to deal with
+> this kind of thing.  The driver author needs to build quiesce and
+> shutdown semantics into the driver design.

If your device is inserted and you load a driver everything is ok,
because no driver is attached to this device.
So, as I see it, device should be totally detached before unload and
I susspect that something is missing in USB layer, not in all drivers.
That's why when I load a driver again, USB thinks it is somehow connected
to existing device, but it isn't.

--=20
Pawel Jakub Dawidek                       http://www.FreeBSD.org
pjd@FreeBSD.org                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!

--8tZVdKiiYitVG083
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFA/AppForvXbEpPzQRAqhHAJ0UJ+P6oFTC5Z8BoKp/ycG7HZlF3QCeL1Jj
+1VQ4BxK1DlWDDDprEsOrCg=
=7mHx
-----END PGP SIGNATURE-----

--8tZVdKiiYitVG083--



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