[8615] in linux-scsi channel archive
SCSI: Added signature(s) to aha152x.c
daemon@ATHENA.MIT.EDU (Jarl Friis)
Wed Apr 12 19:43:48 2000
Date: Thu, 13 Apr 2000 01:03:18 +0200 (METDST)
From: Jarl Friis <jarl@diku.dk>
To: linux-scsi@vger.rutgers.edu
Message-ID: <Pine.HPX.4.21.0004130100010.14902-100000@ask.diku.dk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
I have a SCSI controller which has a signature that is not among those in
aha152x.c, apart from that I corrected a counting-error in one of the
other signatures, here is the patch, the patch applies to 2.2.14, but the
change should not be too dificult to invoce in 2.3.xx.
--- /usr/src/linux/drivers/scsi/aha152x.c Wed Aug 25 20:29:48 1999
+++ aha152x.c-2.2.14 Wed Apr 12 16:22:46 2000
@@ -572,8 +572,11 @@
"Adaptec AHA-1520 BIOS", 0x102e, 21
}, /* Adaptec 152x */
{
- "Adaptec AHA-1520B", 0x0b, 19
+ "Adaptec AHA-1520B", 0x0b, 17
}, /* Adaptec 152x rev B */
+ {
+ "Adaptec AHA-1520B", 0x26, 17
+ }, /* Iomega Jaz Jet ISA (AIC6370Q) */
{
"Adaptec ASW-B626 BIOS", 0x1029, 21
}, /* on-board controller */
Hope this will be part og kernel 2.4
The SCSI controller with this signature was bought as a IOMEGA jaz Jet ISA
adapeter (in 1997), now no longer shipped, it is really a aha1520B, except
from the BIOS.
Jarl
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu