]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
[scsi] hpsa: add some older controllers to the kdump blacklist
authorJoe Jin <joe.jin@oracle.com>
Fri, 4 May 2012 01:01:07 +0000 (09:01 +0800)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 4 May 2012 19:41:38 +0000 (12:41 -0700)
This backport from RHEL6U3.

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/scsi/hpsa.c

index ff8bcfee0d25969dc8673850d7346a224ac4d825..428bb0c4354dc0ae7ea65860cb9e3fa2a28454e8 100644 (file)
@@ -292,12 +292,26 @@ static u32 unresettable_controller[] = {
        0x3215103C, /* Smart Array E200i */
        0x3237103C, /* Smart Array E500 */
        0x323D103C, /* Smart Array P700m */
+       0x40800E11, /* Smart Array 5i */
        0x409C0E11, /* Smart Array 6400 */
        0x409D0E11, /* Smart Array 6400 EM */
+       0x40700E11, /* Smart Array 5300 */
+       0x40820E11, /* Smart Array 532 */
+       0x40830E11, /* Smart Array 5312 */
+       0x409A0E11, /* Smart Array 641 */
+       0x409B0E11, /* Smart Array 642 */
+       0x40910E11, /* Smart Array 6i */
 };
 
 /* List of controllers which cannot even be soft reset */
 static u32 soft_unresettable_controller[] = {
+       0x40800E11, /* Smart Array 5i */
+       0x40700E11, /* Smart Array 5300 */
+       0x40820E11, /* Smart Array 532 */
+       0x40830E11, /* Smart Array 5312 */
+       0x409A0E11, /* Smart Array 641 */
+       0x409B0E11, /* Smart Array 642 */
+       0x40910E11, /* Smart Array 6i */
        /* Exclude 640x boards.  These are two pci devices in one slot
         * which share a battery backed cache module.  One controls the
         * cache, the other accesses the cache through the one that controls