* [PATCH] hpsa: allow hpsa to claim Compaq SmartArray devices
@ 2014-04-08 17:05 Jeff Mahoney
0 siblings, 0 replies; only message in thread
From: Jeff Mahoney @ 2014-04-08 17:05 UTC (permalink / raw)
To: Stephen M. Cameron; +Cc: Linux-scsi
The hpsa driver has a wildcard entry to support older HP SmartArray devices
as unsupported. There are devices still in use that bear the Compaq vendor
ID and should be handled as well. These devices will be handled only when
hpsa_allow_any is set.
Tested with a device matching:
{PCI_VENDOR_ID_COMPAQ, PCI_DEVICE_ID_COMPAQ_CISSC, 0x0E11, 0x4091}
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
drivers/scsi/hpsa.c | 2 ++
1 file changed, 2 insertions(+)
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -136,6 +136,8 @@ static const struct pci_device_id hpsa_p
{PCI_VENDOR_ID_HP, 0x333f, 0x103c, 0x333f},
{PCI_VENDOR_ID_HP, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0},
+ {PCI_VENDOR_ID_COMPAQ, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
+ PCI_CLASS_STORAGE_RAID << 8, 0xffff << 8, 0},
{0,}
};
--
Jeff Mahoney
SUSE Labs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-08 17:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08 17:05 [PATCH] hpsa: allow hpsa to claim Compaq SmartArray devices Jeff Mahoney
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.