My previous mail regarding aic7870 support in 2.0.30

Sachin Garg (sachin@cdacb.ernet.in)
Fri, 25 Jul 1997 20:59:30 +0530 (IST)


Hi all,

I had posted an earlier mail on problems with aic7870 support in 2.0.30.
Well, I went back to the old driver in 2.0.29 and voila, it worked. So,
now I am posting the diffs between the 2.0.30 version and the 2.0.29
version. Please look into it and tell me what was wrong.

thanks,

sachin

--- /usr/src/linux/drivers/scsi/aic7xxx.c.orig Fri Jul 25 19:32:34 1997
+++ /usr/src/linux/drivers/scsi/aic7xxx.c Fri Jul 25 19:32:26 1997
@@ -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");

********************************************************************
Sachin Garg Phone: (080) 5584271/143/982
MTS Extn: 410
C-DAC, Fax: (080) 5584893
Ramanshree Plaza,
2/1, Brunton Road,
BANGALORE 560 025 E-mail: sachin@cdacb.ernet.in
*********************************************************************