Oops.. Some debugging code snuck in here.
Requeue the request if the controller is busy.
This commit is contained in:
parent
ad65249832
commit
f207ea1ade
@ -1012,7 +1012,7 @@ twe_setup_data_dmamap(void *arg, bus_dma_segment_t *segs, int nsegments, int err
|
||||
}
|
||||
|
||||
if (twe_start(tr) == EBUSY)
|
||||
panic("EBUSY should not happen");
|
||||
twe_requeue_ready(tr);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user