summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_aue.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-06-01 23:16:42 +0000
committerwpaul <wpaul@FreeBSD.org>2000-06-01 23:16:42 +0000
commit5e4b4dc43d2f189e04122d52fd724f264373e7be (patch)
tree65bbe5451d1fc2f38502e810d247f625a6a3757c /sys/dev/usb/if_aue.c
parentcd07a5410ebdb7b6ba2a119cb348ff5c105e1d53 (diff)
downloadFreeBSD-src-5e4b4dc43d2f189e04122d52fd724f264373e7be.zip
FreeBSD-src-5e4b4dc43d2f189e04122d52fd724f264373e7be.tar.gz
Handle watchdog timeouts better. We can't really call the foo_init()
routines from foo_watchdog() because foo_watchdog() is called at interrupt context, and that's a no-no due to the way the USB stack is currently set up. What we do now is call the TX end of frame handler manually to clear the completed transmission, then check the send queue and send off any frames that are pending. Also turned off the interrupt pipe stuff in if_aue, since it appears to tickle a bug in the USB stack that I haven't found yet.
Diffstat (limited to 'sys/dev/usb/if_aue.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud