diff options
author | George Spelvin <linux@horizon.com> | 2013-05-29 10:20:35 +0900 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-02-15 19:20:16 +0000 |
commit | 87ca19a6b005ebe848dedeecebf4ffe2bf714bcd (patch) | |
tree | 66787ba0cc7df5826cafdf66a8728b384d18225c | |
parent | 18e9b936120de9c21ca5289c2f4bf5866c3be536 (diff) |
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>
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 1afa22a01c5..edbe9e3569a 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), |