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

2016-12-02 Thread Hannes Reinecke
On 12/02/2016 11:32 AM, Hannes Reinecke wrote: Older SmartArray controllers (eg SmartArray 64xx) 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 | 30 +++--- 1 file chang

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

2016-12-02 Thread Hannes Reinecke
Older SmartArray controllers (eg SmartArray 64xx) 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 | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git