Revert the last commit. I don't know what I was thinking, but this change

definitely doesn't help any thing.
This commit is contained in:
scottl 2004-02-25 05:41:44 +00:00
parent a548fcf645
commit 228209ee67

View File

@ -1292,7 +1292,6 @@ aac_map_command_sg(void *arg, bus_dma_segment_t *segs, int nseg, int error)
/* put the FIB on the outbound queue */
if (aac_enqueue_fib(sc, cm->cm_queue, cm) == EBUSY) {
aac_remove_busy(cm);
aac_unmap_command(cm);
aac_requeue_ready(cm);
}