From: David Milburn Date: Fri, 25 Jan 2008 18:16:18 +0000 (-0600) Subject: [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions X-Git-Tag: v2.6.25-rc1~1140^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969ceffb6696ac361db9dbc33c83f855dbdb1528;p=pandora-kernel.git [SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactions The driver only needs to check the SCB_ACTIVE flag if the SCB is not in the untagged queue. If the driver is in error recovery, you may end panic'ing on a TUR that is in the untagged queue. Attempting to queue an ABORT message CDB: 0x0 0x0 0x0 0x0 0x0 0x0 SCB 3 done'd twice This patch is included in Adaptec's 6.3.11 driver on their website. Signed-off-by: James Bottomley --- Reading git-diff-tree failed