Skip to content

Commit 1263713

Browse files
dakralexgregkh
authored andcommitted
ahci: add PCI ID for Marvell 88SE9215 SATA Controller
[ Upstream commit 885251d ] 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 <d.kral@proxmox.com> Link: https://lore.kernel.org/r/20250304092030.37108-1-d.kral@proxmox.com Signed-off-by: Niklas Cassel <cassel@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 8b5e5aa commit 1263713

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/ata/ahci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
591591
.driver_data = board_ahci_yes_fbs },
592592
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
593593
.driver_data = board_ahci_yes_fbs },
594+
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9215),
595+
.driver_data = board_ahci_yes_fbs },
594596
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
595597
.driver_data = board_ahci_yes_fbs },
596598
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9235),

0 commit comments

Comments
 (0)