lkml.org 
[lkml]   [1997]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectMy previous mail regarding aic7870 support in 2.0.30
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
*********************************************************************


\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.019 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site