فهرست منبع

[SCSI] hpsa: add the Smart Array 5i to the kdump blacklist

The '5i' controller freezes when a kdump is attemted.
This patch admits it and adds the controller
to the unresetable list.

Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Tomas Henzl 13 سال پیش
والد
کامیت
7af0abbc2f
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      drivers/scsi/hpsa.c

+ 2 - 0
drivers/scsi/hpsa.c

@@ -293,12 +293,14 @@ static u32 unresettable_controller[] = {
 	0x3215103C, /* Smart Array E200i */
 	0x3215103C, /* Smart Array E200i */
 	0x3237103C, /* Smart Array E500 */
 	0x3237103C, /* Smart Array E500 */
 	0x323D103C, /* Smart Array P700m */
 	0x323D103C, /* Smart Array P700m */
+	0x40800E11, /* Smart Array 5i */
 	0x409C0E11, /* Smart Array 6400 */
 	0x409C0E11, /* Smart Array 6400 */
 	0x409D0E11, /* Smart Array 6400 EM */
 	0x409D0E11, /* Smart Array 6400 EM */
 };
 };
 
 
 /* List of controllers which cannot even be soft reset */
 /* List of controllers which cannot even be soft reset */
 static u32 soft_unresettable_controller[] = {
 static u32 soft_unresettable_controller[] = {
+	0x40800E11, /* Smart Array 5i */
 	/* Exclude 640x boards.  These are two pci devices in one slot
 	/* Exclude 640x boards.  These are two pci devices in one slot
 	 * which share a battery backed cache module.  One controls the
 	 * which share a battery backed cache module.  One controls the
 	 * cache, the other accesses the cache through the one that controls
 	 * cache, the other accesses the cache through the one that controls