Skip to content

Commit f1933d9

Browse files
agalakhovgregkh
authored andcommitted
scsi: mvsas: Add PCI ID of RocketRaid 2640
[ Upstream commit 5f2bce1 ] The HighPoint RocketRaid 2640 is a low-cost SAS controller based on Marvell chip. The chip in question was already supported by the kernel, just the PCI ID of this particular board was missing. Link: https://lore.kernel.org/r/20220309212535.402987-1-agalakhov@gmail.com Signed-off-by: Alexey Galakhov <agalakhov@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 389f37e commit f1933d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/mvsas/mv_init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ static struct pci_device_id mvs_pci_table[] = {
646646
{ PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 },
647647
{ PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 },
648648
{ PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 },
649+
{ PCI_VDEVICE(TTI, 0x2640), chip_6440 },
649650
{ PCI_VDEVICE(TTI, 0x2710), chip_9480 },
650651
{ PCI_VDEVICE(TTI, 0x2720), chip_9480 },
651652
{ PCI_VDEVICE(TTI, 0x2721), chip_9480 },

0 commit comments

Comments
 (0)