All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] hpsa compatility fixes
@ 2016-11-18  7:32 Hannes Reinecke
  2016-11-18  7:32 ` [PATCH 1/3] hpsa: use correct DID_NO_CONNECT hostbyte Hannes Reinecke
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Hannes Reinecke @ 2016-11-18  7:32 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, James Bottomley, Don Brace, Martin Wilck,
	linux-scsi, Hannes Reinecke

Hi all,

this is a patchset to get hpsa working on older controllers.
Most notably older controller do not support the extended REPORT PHYS
command, so we need to fallback to the legacy version here.
I've also added a new sysfs HBA attribute 'ctlr_num', which displays
the current controller number. With that attribute one can construct
legacy '/dev/ccissX' symlinks to facilitate an update from older
installations using the cciss driver.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  hpsa: use correct DID_NO_CONNECT hostbyte
  hpsa: fallback to use legacy REPORT PHYS command
  hpsa: add 'ctlr_num' sysfs attribute

 drivers/scsi/hpsa.c | 43 ++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 40 insertions(+), 3 deletions(-)

-- 
1.8.5.6


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-12-02 10:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18  7:32 [PATCH 0/3] hpsa compatility fixes Hannes Reinecke
2016-11-18  7:32 ` [PATCH 1/3] hpsa: use correct DID_NO_CONNECT hostbyte Hannes Reinecke
2016-11-29  2:02   ` Don Brace
2016-11-18  7:32 ` [PATCH 2/3] hpsa: fallback to use legacy REPORT PHYS command Hannes Reinecke
2016-11-22 13:21   ` Martin Wilck
2016-11-29 16:10   ` Martin K. Petersen
2016-12-01 21:50   ` Don Brace
2016-12-02 10:23     ` Hannes Reinecke
2016-11-18  7:32 ` [PATCH 3/3] hpsa: add 'ctlr_num' sysfs attribute Hannes Reinecke
2016-11-29  2:03   ` Don Brace
2016-11-29 16:11 ` [PATCH 0/3] hpsa compatility fixes Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.