[7219] in linux-scsi channel archive
aic-5.1.19 AHA-3985W
daemon@ATHENA.MIT.EDU (Michael Leodolter)
Tue Sep 14 07:34:33 1999
Date: Tue, 14 Sep 1999 13:29:13 +0200 (CEST)
From: Michael Leodolter <michael@lab1.psy.univie.ac.at>
To: dledford@redhat.com
cc: Linux Kernel Mailing List <linux-kernel@vger.rutgers.edu>,
linux-scsi@vger.rutgers.edu, aic7xxx@FreeBSD.ORG
In-Reply-To: <375EEF8C.B1D9F9B3@redhat.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hi Doug!
We have a Adaptec 3985W (PCI_DEVICE_ID_ADAPTEC_7873) board with 9 4.5Gb
disks, 3 on each channel -
and were still running linux-2.0.33/aic7xxx-4.1.1 -
Now did upgrade to 2.2.12 with aic7xxx-5.1.19:
After lots of problems I looked into the old driver from 2.0.33 and saw:
The external SCB RAM on the 3985W does not work and was disabled by
#ifdef AIC7XXX_USE_EXT_SCBRAM.
With the following patch to linux-2.2.12/aic7xxx.c-5.1.19 everything works
fine.
Maybe this is needed only for
temp_p->device_id == PCI_DEVICE_ID_ADAPTEC_7873.
- --- cut here ---
- --- aic7xxx.c.orig Mon Sep 13 10:13:58 1999
+++ aic7xxx.c Mon Sep 13 14:26:47 1999
@@ -9966,12 +9966,14 @@
devconfig |= EXTSCBPEN;
}
}
+#ifdef AIC7XXX_USE_EXT_SCBRAM
else if (devconfig & RAMPSM)
{
devconfig &= ~SCBRAMSEL;
devconfig |= EXTSCBPEN;
temp_p->flags |= AHC_EXTERNAL_SRAM;
}
+#endif
#if LINUX_VERSION_CODE > KERNEL_VERSION(2,1,92)
pci_write_config_dword(pdev, DEVCONFIG, devconfig);
#else
- --- cut here ---
Regards,
michael
- --------------------------------------------------------
- - Michael Leodolter Brain Research Lab (BRL) -
- - Inst. of Psychology Univ. of Vienna -
- - EMail: Michael.Leodolter@univie.ac.at -
- - Tel: ++43-1-4277-478-28 Fax: ++43-1-4277-478-59 -
- --------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: noconv
iQBVAwUBN94xi8jAkzKq32C1AQEv5QH+JVbJxH+aMTpV9T1iNMPYtUDYHH4RCgHv
e/sQHyuZwA6JufAGzM6rX9c9Br4R385JzDLMlekNs3LiHzZOZN1t/g==
=va+y
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu