Skip to content

Commit 48e6b7e

Browse files
David Strahanmartinkpetersen
authored andcommitted
scsi: smartpqi: Add support for Hurray Data new controller PCI device
Add support for new Hurray Data controller. All entries are in HEX. Add PCI IDs for Hurray Data controllers: VID / DID / SVID / SDID ---- ---- ---- ---- 9005 028f 207d 4840 Reviewed-by: Scott Benesh <scott.benesh@microchip.com> Reviewed-by: Scott Teel <scott.teel@microchip.com> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com> Signed-off-by: David Strahan <David.Strahan@microchip.com> Signed-off-by: Don Brace <don.brace@microchip.com> Link: https://patch.msgid.link/20251106163823.786828-4-don.brace@microchip.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent b518e86 commit 48e6b7e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/scsi/smartpqi/smartpqi_init.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10144,6 +10144,10 @@ static const struct pci_device_id pqi_pci_id_table[] = {
1014410144
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
1014510145
0x207d, 0x4240)
1014610146
},
10147+
{
10148+
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
10149+
0x207d, 0x4840)
10150+
},
1014710151
{
1014810152
PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x028f,
1014910153
PCI_VENDOR_ID_ADVANTECH, 0x8312)

0 commit comments

Comments
 (0)