From: Don Brace Date: Fri, 6 Nov 2015 14:04:54 +0000 (-0800) Subject: hpsa: add in new controllers X-Git-Tag: v4.1.12-92~189^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bc981cfbffa4177ef1ede6b9ab3d993d3acd8c6a;p=users%2Fjedix%2Flinux-maple.git hpsa: add in new controllers Signed-off-by: Don Brace Orabug: 22075051 Acked-by: Chuck Anderson --- diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index d95762b88c35f..7f09b66d036e9 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c @@ -129,6 +129,11 @@ static const struct pci_device_id hpsa_pci_device_id[] = { {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSI, 0x103C, 0x21CD}, {PCI_VENDOR_ID_HP, PCI_DEVICE_ID_HP_CISSI, 0x103C, 0x21CE}, {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0580}, + {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0581}, + {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0582}, + {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0583}, + {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0584}, + {PCI_VENDOR_ID_ADAPTEC2, 0x0290, 0x9005, 0x0585}, {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0076}, {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x0087}, {PCI_VENDOR_ID_HP_3PAR, 0x0075, 0x1590, 0x007D}, @@ -186,7 +191,12 @@ static struct board_type products[] = { {0x21CC103C, "Smart Array", &SA5_access}, {0x21CD103C, "Smart Array", &SA5_access}, {0x21CE103C, "Smart HBA", &SA5_access}, - {0x05809005, "SmartHBA-SA", &SA5_access}, + {0x05809005, "PM8068/69 SmartIOC-SA", &SA5_access}, + {0x05819005, "PM8068/69 SmartIOC-SA 8i", &SA5_access}, + {0x05829005, "PM8068/69 SmartIOC-SA 8i8e", &SA5_access}, + {0x05839005, "PM8068/69 SmartIOC-SA 8e", &SA5_access}, + {0x05849005, "PM8068/69 SmartIOC-SA 16i", &SA5_access}, + {0x05859005, "PM8068/69 SmartIOC-SA 4i4e", &SA5_access}, {0x00761590, "HP Storage P1224 Array Controller", &SA5_access}, {0x00871590, "HP Storage P1224e Array Controller", &SA5_access}, {0x007D1590, "HP Storage P1228 Array Controller", &SA5_access},