diff options
author | 2021-01-11 14:41:12 +0000 | |
---|---|---|
committer | 2021-01-11 14:41:12 +0000 | |
commit | ba3576d0b6c5903c6da8edf39181995c7cf68dc4 (patch) | |
tree | 4497dbac4adc30d10e00f8e64a93134067a2081b /lib/libcxx/benchmarks/string.bench.cpp | |
parent | Use a 8-th order FIR low-pass filter for resampling (diff) | |
download | wireguard-openbsd-ba3576d0b6c5903c6da8edf39181995c7cf68dc4.tar.xz wireguard-openbsd-ba3576d0b6c5903c6da8edf39181995c7cf68dc4.zip |
When an endpoint stalls, we usually try to reset it by calling
usbd_clear_endpoint_stall(), which in turn will call
usbd_clear_endpoint_toggle(). It can be a common situation that when
this happens, there is still a transfer in the stalled queue being
in progress. The ehci(4) clear toggle function is currently doing a
panic() in the diagnostic code in this situation, which is a bit of
an overkill. The device still can be recovered by detaching/attaching
it. Therefore change the panic() in to a printf().
ok mpi@
Diffstat (limited to 'lib/libcxx/benchmarks/string.bench.cpp')
0 files changed, 0 insertions, 0 deletions