Re: [smartpqi updates V2 PATCH 1/9] smartpqi: add pci ids for H3C P4408 controllers
From: John Donnelly <hidden>
Date: 2021-07-14 01:12:46
Also in:
lkml
On 7/13/21 4:02 PM, Don Brace wrote:
From: Mahesh Rajashekhara <redacted>
Add support for H3C P4408-Ma-8i-2GB device ID
VID_9005, DID_028F, SVID_193D and SDID_1108
VID_9005, DID_028F, SVID_193D and SDID_1109
Reviewed-by: Kevin Barnett <redacted>
Reviewed-by: Mike McGowen <redacted>
Reviewed-by: Murthy Bhat <redacted>
Reviewed-by: Scott Benesh <redacted>
Reviewed-by: Scott Teel <redacted>
Signed-off-by: Mahesh Rajashekhara <redacted>
Signed-off-by: Don Brace <don.brace@microchip.com>John Donnelly [off-list ref]
quoted hunk ↗ jump to hunk
--- drivers/scsi/smartpqi/smartpqi_init.c | 8 ++++++++ 1 file changed, 8 insertions(+)diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index dcc0b9618a64..64ea4650ca10 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c@@ -8711,6 +8711,14 @@ static const struct pci_device_id pqi_pci_id_table[] = { PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, 0x193d, 0x1107) }, + { + PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, + 0x193d, 0x1108) + }, + { + PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, + 0x193d, 0x1109) + }, { PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f, 0x193d, 0x8460)