diff options
author | Tomas Henzl <thenzl@redhat.com> | 2012-02-14 12:07:59 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-19 10:40:51 -0500 |
commit | 5a4f934e65620130d033725e85b7fdff4ac2ffbd (patch) | |
tree | 87d0721fcbf3f80ba654486c09155e08df62acd3 /drivers/scsi/hpsa.c | |
parent | 47ac56db133cb0b6cf3c8b156db854c158fb9dae (diff) |
[SCSI] hpsa: add some older controllers to the kdump blacklist
Some other older controllers also do have problems to perform a kdump.
Adding controllers to this list means that the driver will signal
this non-ability via a resettable flag correctly.
The unsupported list was created after a consultation with HP.
Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Acked-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/hpsa.c')
-rw-r--r-- | drivers/scsi/hpsa.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 5019bea323ce..500e20dd56ec 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -298,11 +298,23 @@ static u32 unresettable_controller[] = { | |||
298 | 0x40800E11, /* Smart Array 5i */ | 298 | 0x40800E11, /* Smart Array 5i */ |
299 | 0x409C0E11, /* Smart Array 6400 */ | 299 | 0x409C0E11, /* Smart Array 6400 */ |
300 | 0x409D0E11, /* Smart Array 6400 EM */ | 300 | 0x409D0E11, /* Smart Array 6400 EM */ |
301 | 0x40700E11, /* Smart Array 5300 */ | ||
302 | 0x40820E11, /* Smart Array 532 */ | ||
303 | 0x40830E11, /* Smart Array 5312 */ | ||
304 | 0x409A0E11, /* Smart Array 641 */ | ||
305 | 0x409B0E11, /* Smart Array 642 */ | ||
306 | 0x40910E11, /* Smart Array 6i */ | ||
301 | }; | 307 | }; |
302 | 308 | ||
303 | /* List of controllers which cannot even be soft reset */ | 309 | /* List of controllers which cannot even be soft reset */ |
304 | static u32 soft_unresettable_controller[] = { | 310 | static u32 soft_unresettable_controller[] = { |
305 | 0x40800E11, /* Smart Array 5i */ | 311 | 0x40800E11, /* Smart Array 5i */ |
312 | 0x40700E11, /* Smart Array 5300 */ | ||
313 | 0x40820E11, /* Smart Array 532 */ | ||
314 | 0x40830E11, /* Smart Array 5312 */ | ||
315 | 0x409A0E11, /* Smart Array 641 */ | ||
316 | 0x409B0E11, /* Smart Array 642 */ | ||
317 | 0x40910E11, /* Smart Array 6i */ | ||
306 | /* Exclude 640x boards. These are two pci devices in one slot | 318 | /* Exclude 640x boards. These are two pci devices in one slot |
307 | * which share a battery backed cache module. One controls the | 319 | * which share a battery backed cache module. One controls the |
308 | * cache, the other accesses the cache through the one that controls | 320 | * cache, the other accesses the cache through the one that controls |