Skip to content

Commit dbc39b8

Browse files
David Strahanmartinkpetersen
authored andcommitted
scsi: smartpqi: add new controller PCI IDs
All PCI ID entries in Hex. Add new cisco pci ids: VID / DID / SVID / SDID ---- ---- ---- ---- 9005 028f 1137 02fe 9005 028f 1137 02ff 9005 028f 1137 0300 Add new h3c pci ids: VID / DID / SVID / SDID ---- ---- ---- ---- 9005 028f 193d 0462 9005 028f 193d 8462 Add new ieit pci ids: VID / DID / SVID / SDID ---- ---- ---- ---- 9005 028f 1ff9 00a3 Reviewed-by: Scott Benesh <[email protected]> Reviewed-by: Mike McGowen <[email protected]> Signed-off-by: David Strahan <[email protected]> Signed-off-by: Don Brace <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 283dcc1 commit dbc39b8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

drivers/scsi/smartpqi/smartpqi_init.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9548,6 +9548,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
95489548
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
95499549
0x152d, 0x8a37)
95509550
},
9551+
{
9552+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
9553+
0x193d, 0x0462)
9554+
},
95519555
{
95529556
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
95539557
0x193d, 0x1104)
@@ -9588,6 +9592,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
95889592
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
95899593
0x193d, 0x8461)
95909594
},
9595+
{
9596+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
9597+
0x193d, 0x8462)
9598+
},
95919599
{
95929600
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
95939601
0x193d, 0xc460)
@@ -10296,6 +10304,18 @@ static const struct pci_device_id pqi_pci_id_table[] = {
1029610304
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
1029710305
0x1137, 0x02fa)
1029810306
},
10307+
{
10308+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
10309+
0x1137, 0x02fe)
10310+
},
10311+
{
10312+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
10313+
0x1137, 0x02ff)
10314+
},
10315+
{
10316+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
10317+
0x1137, 0x0300)
10318+
},
1029910319
{
1030010320
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
1030110321
0x1ff9, 0x0045)
@@ -10472,6 +10492,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
1047210492
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
1047310493
0x1f51, 0x1045)
1047410494
},
10495+
{
10496+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
10497+
0x1ff9, 0x00a3)
10498+
},
1047510499
{
1047610500
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
1047710501
PCI_ANY_ID, PCI_ANY_ID)

0 commit comments

Comments
 (0)