[PATCH] ahci: add PCI ID for Marvell 88SE9215 SATA Controller

Daniel Kral posted 1 patch 9 months, 2 weeks ago
drivers/ata/ahci.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] ahci: add PCI ID for Marvell 88SE9215 SATA Controller
Posted by Daniel Kral 9 months, 2 weeks ago
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.

Originally-by: Johannes Keßler <mail@bananas-playground.net>
Link: https://www.bananas-playground.net/2022/11/worknote-debian-dawicontrol-88se9215/
Tested-by: Johannes Keßler <mail@bananas-playground.net>
Signed-off-by: Daniel Kral <d.kral@proxmox.com>
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index f813dbdc2346..52ae8f9a7dd6 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -589,6 +589,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
 	  .driver_data = board_ahci_yes_fbs },
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
 	  .driver_data = board_ahci_yes_fbs },
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9215),
+	  .driver_data = board_ahci_yes_fbs },
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
 	  .driver_data = board_ahci_yes_fbs },
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9235),
-- 
2.39.5


Re: [PATCH] ahci: add PCI ID for Marvell 88SE9215 SATA Controller
Posted by Niklas Cassel 9 months, 2 weeks ago
On Tue, 04 Mar 2025 10:20:30 +0100, Daniel Kral wrote:
> 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.
> 
> 
> [...]

Applied to libata/linux.git (for-6.15), thanks!

[1/1] ahci: add PCI ID for Marvell 88SE9215 SATA Controller
      https://git.kernel.org/libata/linux/c/885251dc

Kind regards,
Niklas