Skip to content

Commit 7900816

Browse files
dakralexjfvogel
authored andcommitted
ahci: add PCI ID for Marvell 88SE9215 SATA Controller
[ Upstream commit 885251dc35767b1c992f6909532ca366c830814a ] Add support for Marvell Technology Group Ltd. 88SE9215 SATA 6 Gb/s controller, which is e.g. used in the DAWICONTROL DC-614e RAID bus controller and was not automatically recognized before. Tested with a DAWICONTROL DC-614e RAID bus controller. Signed-off-by: Daniel Kral <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Niklas Cassel <[email protected]> Signed-off-by: Sasha Levin <[email protected]> (cherry picked from commit 202ba2f483cdceb14b1613adcb30797b48cab745) Signed-off-by: Jack Vogel <[email protected]>
1 parent 0d288f9 commit 7900816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ata/ahci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
589589
.driver_data = board_ahci_yes_fbs },
590590
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
591591
.driver_data = board_ahci_yes_fbs },
592+
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9215),
593+
.driver_data = board_ahci_yes_fbs },
592594
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
593595
.driver_data = board_ahci_yes_fbs },
594596
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9235),

0 commit comments

Comments
 (0)