diff options
author | George Spelvin <linux@horizon.com> | 2013-05-29 10:20:35 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-05-29 10:20:35 +0900 |
commit | fcce9a35f8faaa1f52236c554ef1b15d99a7537e (patch) | |
tree | e84a972de118abf5d3a3aed09414e8bbab7ff6b0 /drivers/ata/ahci.c | |
parent | df7e131f6359f20ed8f0a37db039c4f6420a18c2 (diff) | |
download | linux-3.10-fcce9a35f8faaa1f52236c554ef1b15d99a7537e.tar.gz linux-3.10-fcce9a35f8faaa1f52236c554ef1b15d99a7537e.tar.bz2 linux-3.10-fcce9a35f8faaa1f52236c554ef1b15d99a7537e.zip |
ahci: add an observed PCI ID for Marvell 88se9172 SATA controller
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>
Diffstat (limited to 'drivers/ata/ahci.c')
-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 21808766140..2b50dfdf1cf 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -423,6 +423,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), |