aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorGeorge Spelvin <linux@horizon.com>2013-05-29 10:20:35 +0900
committerBen Hutchings <ben@decadent.org.uk>2014-02-15 19:20:16 +0000
commit87ca19a6b005ebe848dedeecebf4ffe2bf714bcd (patch)
tree66787ba0cc7df5826cafdf66a8728b384d18225c /drivers/ata
parent18e9b936120de9c21ca5289c2f4bf5866c3be536 (diff)
downloadkernel_samsung_smdk4412-87ca19a6b005ebe848dedeecebf4ffe2bf714bcd.zip
kernel_samsung_smdk4412-87ca19a6b005ebe848dedeecebf4ffe2bf714bcd.tar.gz
kernel_samsung_smdk4412-87ca19a6b005ebe848dedeecebf4ffe2bf714bcd.tar.bz2
ahci: add an observed PCI ID for Marvell 88se9172 SATA controller
commit fcce9a35f8faaa1f52236c554ef1b15d99a7537e upstream. A third possible PCI ID, as personally observed, and found in the pci.ids list. Signed-off-by: George Spelvin <linux@horizon.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/ata')
-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 1afa22a..edbe9e3 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -437,6 +437,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.driver_data = board_ahci_yes_fbs }, /* 88se9125 */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x917a),
.driver_data = board_ahci_yes_fbs }, /* 88se9172 */
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9172),
+ .driver_data = board_ahci_yes_fbs }, /* 88se9172 */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192),
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),