patch-2.0.30 linux/drivers/scsi/aic7xxx.c

Next file: linux/drivers/scsi/eata.c
Previous file: linux/drivers/scsi/aha1740.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.29/linux/drivers/scsi/aic7xxx.c linux/drivers/scsi/aic7xxx.c
@@ -874,7 +874,7 @@
 	 "        scsi id %d\n"
 	 "        scsi selection timeout %d ms\n"
 	 "        scsi bus reset at power-on %sabled\n",
-	 scsi_conf & 0x07,
+	 (p->bus_type & AIC_WIDE) ? (scsi_conf & 0x0f) : (scsi_conf & 0x07),
 	 SST[(scsi_conf >> 3) & 0x03],
 	 (scsi_conf & 0x40) ? "en" : "dis");
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov