Skip to content

Commit

Permalink
[SCSI] remove aic7xxx busyq
Browse files Browse the repository at this point in the history
The aic7xxx driver has two spurious queues in it's linux glue code: the
busyq which queues incoming commands to the driver and the completeq
which queues finished commands before sending them back to the mid-layer

This patch just removes the busyq and makes the aic finally return the
correct status to get the mid-layer to manage its queueing, so a command
is either committed to the sequencer or returned to the midlayer for
requeue.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
James Bottomley authored and James Bottomley committed May 20, 2005
1 parent fad01ef commit e4e360c
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 438 deletions.
Loading

0 comments on commit e4e360c

Please sign in to comment.