diff options
author | Johannes Thumshirn <jthumshirn@suse.de> | 2015-10-20 03:31:22 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-10-30 21:15:48 -0400 |
commit | a40cf3f38881ce8543ceb9667150b4f2ead4c437 (patch) | |
tree | b91307f968d90893b84536763c0e06d1c43d94be | |
parent | 0a142b26921c23ccdb6ef802d8047d02ad4cf0a7 (diff) |
ahci: Add Marvell 88se91a2 device id
Add device id for Marvell 88se91a2
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
-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 a46660204e3a..ff343c44402c 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -489,6 +489,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
489 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ | 489 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ |
490 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0), | 490 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0), |
491 | .driver_data = board_ahci_yes_fbs }, | 491 | .driver_data = board_ahci_yes_fbs }, |
492 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a2), /* 88se91a2 */ | ||
493 | .driver_data = board_ahci_yes_fbs }, | ||
492 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), | 494 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), |
493 | .driver_data = board_ahci_yes_fbs }, | 495 | .driver_data = board_ahci_yes_fbs }, |
494 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), | 496 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), |