diff mbox

ahci: add Marvell 9230 to the AHCI PCI device list

Message ID 1384728977-25654-1-git-send-email-samir.benmendil@gmail.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Samir Benmendil Nov. 17, 2013, 10:56 p.m. UTC
Tested with a DAWICONTROL DC-624e on 3.10.10

Signed-off-by: Samir Benmendil <samir.benmendil@gmail.com>
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Levente Kurusa Nov. 19, 2013, 5:53 p.m. UTC | #1
(CC'ed Tejun)

2013/11/17 Samir Benmendil <samir.benmendil@gmail.com>:
> Tested with a DAWICONTROL DC-624e on 3.10.10
>
> Signed-off-by: Samir Benmendil <samir.benmendil@gmail.com>
Reviewed-by: Levente Kurusa <levex@linux.com>

--
Regards,
Levente Kurusa.
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tejun Heo Nov. 22, 2013, 10:42 p.m. UTC | #2
On Sun, Nov 17, 2013 at 5:56 PM, Samir Benmendil
<samir.benmendil@gmail.com> wrote:
> Tested with a DAWICONTROL DC-624e on 3.10.10
>
> Signed-off-by: Samir Benmendil <samir.benmendil@gmail.com>

Applied w/ stable cc'd.  Thanks.
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index e2903d0..14f1e95 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -435,6 +435,8 @@  static const struct pci_device_id ahci_pci_tbl[] = {
 	  .driver_data = board_ahci_yes_fbs },			/* 88se9172 on some Gigabyte */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
 	  .driver_data = board_ahci_yes_fbs },
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
+	  .driver_data = board_ahci_yes_fbs },
 
 	/* Promise */
 	{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci },	/* PDC42819 */