Skip to content

Commit ca149ad

Browse files
dakralexvijay-suman
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 fd4c73a2669c762becb88cc45231d1013d15b232) Signed-off-by: Vijayendra Suman <[email protected]>
1 parent 2281e7c commit ca149ad

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
@@ -595,6 +595,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
595595
.driver_data = board_ahci_yes_fbs },
596596
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
597597
.driver_data = board_ahci_yes_fbs },
598+
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9215),
599+
.driver_data = board_ahci_yes_fbs },
598600
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
599601
.driver_data = board_ahci_yes_fbs },
600602
{ PCI_DEVICE(PCI_VENDOR_ID_TTI, 0x0642), /* highpoint rocketraid 642L */

0 commit comments

Comments
 (0)