Skip to content

Commit 8bdb3b9

Browse files
Gilbert Wumartinkpetersen
authored andcommitted
scsi: smartpqi: add pci ids for fiberhome controller
Reviewed-by: Scott Benesh <[email protected]> Reviewed-by: Kevin Barnett <[email protected]> Signed-off-by: Gilbert Wu <[email protected]> Signed-off-by: Don Brace <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 5e6a976 commit 8bdb3b9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

drivers/scsi/smartpqi/smartpqi_init.c

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8254,6 +8254,22 @@ static const struct pci_device_id pqi_pci_id_table[] = {
82548254
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
82558255
PCI_VENDOR_ID_HP, 0x1101)
82568256
},
8257+
{
8258+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
8259+
0x1d8d, 0x0800)
8260+
},
8261+
{
8262+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
8263+
0x1d8d, 0x0908)
8264+
},
8265+
{
8266+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
8267+
0x1d8d, 0x0806)
8268+
},
8269+
{
8270+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
8271+
0x1d8d, 0x0916)
8272+
},
82578273
{
82588274
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
82598275
PCI_ANY_ID, PCI_ANY_ID)

0 commit comments

Comments
 (0)