NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: kern/52526: Panic on "ifconfig athn0 down"
The following reply was made to PR kern/52526; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: Nick Hudson <skrll%netbsd.org@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: re: kern/52526: Panic on "ifconfig athn0 down"
Date: Tue, 05 Sep 2017 18:15:00 +1000
> >> #7 0xc0392a46 in usb_transfer_complete (xfer=3Dxfer@entry=3D0xc28=
67624) at /bracket/prod/current/src/sys/dev/usb/usbdi.c:941
> =
> Can you print the whole xfer from here, please?
hmm, i wonder if this is:
941 pipe->up_methods->upm_done(xfer);
and the up_methods happens to be xhci_device_isoc_methods:
232 static const struct usbd_pipe_methods xhci_device_isoc_methods =3D {
233 .upm_cleartoggle =3D xhci_noop,
234 };
ie, does not set upm_done member.
.mrg.
Home |
Main Index |
Thread Index |
Old Index