aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamir Benmendil <samir.benmendil@gmail.com>2013-11-17 23:56:17 +0100
committerBen Hutchings <ben@decadent.org.uk>2014-01-03 04:33:24 +0000
commit9ed46e8a9a81cb97217061138b4199526706aec3 (patch)
treee3c0bbb2bf7901359c33e5965a157b35a01f7339
parent56f1f4bb5770a1e7f92c0b631f4579973d271d71 (diff)
downloadkernel_samsung_smdk4412-9ed46e8a9a81cb97217061138b4199526706aec3.zip
kernel_samsung_smdk4412-9ed46e8a9a81cb97217061138b4199526706aec3.tar.gz
kernel_samsung_smdk4412-9ed46e8a9a81cb97217061138b4199526706aec3.tar.bz2
ahci: add Marvell 9230 to the AHCI PCI device list
commit 6d5278a68a75891db1df5ae1ecf83d288fc58c65 upstream. Tested with a DAWICONTROL DC-624e on 3.10.10 Signed-off-by: Samir Benmendil <samir.benmendil@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Levente Kurusa <levex@linux.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--drivers/ata/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index e72754a..d29f6d5 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -441,6 +441,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
{ PCI_DEVICE(0x1b4b, 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 */