Messages in this thread Patch in this message |  | | Date | Tue, 3 Sep 2002 16:56:45 -0400 (EDT) | From | Steve Mickeler <> | Subject | [PATCH] drivers/scsi/scsi_scan.c, kernel 2.4.20-pre5 |
| |
This is a patch against the 2.4.20-pre5 code to add BLIST_LARGELUN support to the HP OPEN- devices in drivers/scsi/scsi_scan.c
diff -Naur drivers/scsi/scsi_scan.c.orig drivers/scsi/scsi_scan.c --- drivers/scsi/scsi_scan.c.orig Tue Sep 3 16:51:49 2002 +++ drivers/scsi/scsi_scan.c Tue Sep 3 16:51:57 2002 @@ -113,7 +113,6 @@ {"HP", "A6188A", "*", BLIST_SPARSELUN}, /* HP Va7100 Array */ {"HP", "A6189A", "*", BLIST_SPARSELUN}, /* HP Va7400 Array */ {"HP", "A6189B", "*", BLIST_SPARSELUN}, /* HP Va7410 Array */ - {"HP", "OPEN-", "*", BLIST_SPARSELUN}, /* HP XP Arrays */ {"YAMAHA", "CDR100", "1.00", BLIST_NOLUN}, /* Locks up if polled for lun != 0 */ {"YAMAHA", "CDR102", "1.00", BLIST_NOLUN}, /* Locks up if polled for lun != 0 * extra reset */ @@ -163,6 +162,7 @@ {"DELL", "PV530F", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // Dell PV 530F {"EMC", "SYMMETRIX", "*", BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN}, {"HP", "A6189A", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // HP VA7400, by Alar Aun + {"HP", "OPEN-", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, /* HP XP Arrays */ {"CMD", "CRA-7280", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // CMD RAID Controller {"CNSI", "G7324", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // Chaparral G7324 RAID {"CNSi", "G8324", "*", BLIST_SPARSELUN}, // Chaparral G8324 RAID
Thanks.
[-] Steve Mickeler [ steve@neptune.ca ]
[|] Todays root password is brought to you by /dev/random [+] 1024D/9AA80CDF = 4103 9E35 2713 D432 924F 3C2E A7B9 A0FE 9AA8 0CDF
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |