Re: [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command

2016-12-02 Thread Hannes Reinecke
Reinecke Subject: [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command EXTERNAL EMAIL Older SmartArray controller do not support the extended REPORT PHYS command, so fallback to use the legacy version here. Signed-off-by: Hannes Reinecke --- drivers/scsi/hpsa.c | 28

RE: [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command

2016-12-01 Thread Don Brace
; Subject: [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command > > EXTERNAL EMAIL > > > Older SmartArray controller do not support the extended REPORT PHYS > command, so fallback to use the legacy version here. > > Signed-off-by: Hanne

Re: [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command

2016-11-29 Thread Martin K. Petersen
> "Hannes" == Hannes Reinecke writes: Hannes> Older SmartArray controller do not support the extended REPORT Hannes> PHYS command, so fallback to use the legacy version here. Don: Please review. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list:

Re: [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command

2016-11-22 Thread Martin Wilck
On Fri, 2016-11-18 at 08:32 +0100, Hannes Reinecke wrote: > Older SmartArray controller do not support the extended REPORT PHYS > command, so fallback to use the legacy version here. > > Signed-off-by: Hannes Reinecke Tested-by: Martin Wilck > --- >  drivers/scsi/hpsa.c | 28 ++

[PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command

2016-11-17 Thread Hannes Reinecke
Older SmartArray controller do not support the extended REPORT PHYS command, so fallback to use the legacy version here. Signed-off-by: Hannes Reinecke --- drivers/scsi/hpsa.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/hpsa.c b/