Skip to content

Commit 99fa370

Browse files
committed
scsi: smartpqi: Add support for Hurray Data new controller PCI device
JIRA: https://issues.redhat.com/browse/RHEL-107917 commit 48e6b7e Author: David Strahan <David.Strahan@microchip.com> Date: Thu Nov 6 10:38:21 2025 -0600 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> (cherry picked from commit 48e6b7e) Assisted-by: Patchpal Signed-off-by: Don Brace <dbrace@redhat.com>
1 parent 7cab853 commit 99fa370

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/scsi/smartpqi/smartpqi_init.c

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

0 commit comments

Comments
 (0)