mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
scsi: smartpqi: add pci ids for fiberhome controller
Reviewed-by: Scott Benesh <scott.benesh@microsemi.com> Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com> Signed-off-by: Gilbert Wu <gilbert.wu@microsemi.com> Signed-off-by: Don Brace <don.brace@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
5e6a9760f7
commit
8bdb3b9c67
1 changed files with 16 additions and 0 deletions
|
@ -8254,6 +8254,22 @@ static const struct pci_device_id pqi_pci_id_table[] = {
|
||||||
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
||||||
PCI_VENDOR_ID_HP, 0x1101)
|
PCI_VENDOR_ID_HP, 0x1101)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
||||||
|
0x1d8d, 0x0800)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
||||||
|
0x1d8d, 0x0908)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
||||||
|
0x1d8d, 0x0806)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
||||||
|
0x1d8d, 0x0916)
|
||||||
|
},
|
||||||
{
|
{
|
||||||
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
|
||||||
PCI_ANY_ID, PCI_ANY_ID)
|
PCI_ANY_ID, PCI_ANY_ID)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue