* [PATCH] hpsa: add some older controllers to the kdump blacklist
@ 2012-02-14 17:07 Tomas Henzl
2012-02-14 17:11 ` Mike Miller
0 siblings, 1 reply; 2+ messages in thread
From: Tomas Henzl @ 2012-02-14 17:07 UTC (permalink / raw)
To: 'linux-scsi@vger.kernel.org'
Cc: Stephen M. Cameron, Miller, Mike (OS Dev)
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>
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index b96962c..faac5a9 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -296,11 +296,23 @@ static u32 unresettable_controller[] = {
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hpsa: add some older controllers to the kdump blacklist
2012-02-14 17:07 [PATCH] hpsa: add some older controllers to the kdump blacklist Tomas Henzl
@ 2012-02-14 17:11 ` Mike Miller
0 siblings, 0 replies; 2+ messages in thread
From: Mike Miller @ 2012-02-14 17:11 UTC (permalink / raw)
To: Tomas Henzl; +Cc: 'linux-scsi@vger.kernel.org', Stephen M. Cameron
On 02/14/2012 11:07 AM, Tomas Henzl wrote:
> 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>
>
> diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
> index b96962c..faac5a9 100644
> --- a/drivers/scsi/hpsa.c
> +++ b/drivers/scsi/hpsa.c
> @@ -296,11 +296,23 @@ static u32 unresettable_controller[] = {
> 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
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-14 17:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14 17:07 [PATCH] hpsa: add some older controllers to the kdump blacklist Tomas Henzl
2012-02-14 17:11 ` Mike Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox