diff options
author | scottl <scottl@FreeBSD.org> | 2004-02-25 05:41:44 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-02-25 05:41:44 +0000 |
commit | 228209ee676aa00909c58f90e8b7d699f6ad040d (patch) | |
tree | af1b992f315f234039a2d5fd1d3761337c098e32 /sys | |
parent | a548fcf64500fcb2aa1d5093bf6475972f2ff3db (diff) | |
download | FreeBSD-src-228209ee676aa00909c58f90e8b7d699f6ad040d.zip FreeBSD-src-228209ee676aa00909c58f90e8b7d699f6ad040d.tar.gz |
Revert the last commit. I don't know what I was thinking, but this change
definitely doesn't help any thing.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/aac/aac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 77e18c8..89354fd 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -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); } |