uath0 issues: eject-caused panic, won't work after a restart.
Paul B. Mahol
onemda at gmail.com
Sun Jul 12 12:03:44 UTC 2009
On 7/12/09, Lucius Windschuh <lwindschuh at googlemail.com> wrote:
> Hi guys,
> I'm using CURRENT r195362MP and have two issues with it.
>
> 1st: Pulling the device while the kernel was nearly finished shutting
> down shutting down resulted in a kernel panic:
Try changing order of usbd* calls in uath_detach.
I never managed to panic system with USB2 while detaching rum(4)
card. Comparing uath(4) with rum(4) usbd_transfer_unsetup is called
after 80211 code. So in uath(4) case put usbd_tranfer_unsetup
at begining, before 80211 code and test again.
--
Paul
More information about the freebsd-current
mailing list