From: James Bottomley Date: Mon, 16 May 2005 21:39:38 +0000 (-0500) Subject: [SCSI] remove aic7xxx busyq X-Git-Tag: v2.6.12-rc5~17^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e360c325c90f7830baaa2a27cd7a1f2bdeb6b0;p=pandora-kernel.git [SCSI] remove aic7xxx busyq 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 --- Reading git-diff-tree failed