[patch] aha1520b/1522b

Jianghao Li (jianghao@990.net)
Wed, 11 Nov 1998 21:31:22 +0800


Hi, all

My old AHA1520b/1522b SCSI card does not work on current kernel.
I downloaded kernel v2.0.36pre20, and applied the following patch
(against 2.0.36pre20)

--- aha152x.c.orig Wed Nov 11 20:35:54 1998
+++ aha152x.c Wed Nov 11 21:00:59 1998
@@ -551,7 +551,8 @@
} signatures[] =
{
{ "Adaptec AHA-1520 BIOS", 0x102e, 21 }, /* Adaptec 152x */
- { "Adaptec AHA-1520B", 0x0b, 19 }, /* Adaptec 152x rev B */
+ { "Adaptec AHA-1520B", 0x0b, 17 }, /* Adaptec 152x rev B */
+ { "Adaptec AHA-1520B/1522B", 0x3e20, 23 }, /* Adaptec 1520B/1522B */
{ "Adaptec ASW-B626 BIOS", 0x1029, 21 }, /* on-board controller */
{ "Adaptec BIOS: ASW-B626", 0x0f, 22 }, /* on-board controller */
{ "Adaptec ASW-B626 S2", 0x2e6c, 19 }, /* on-board controller */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/