aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-11-29 18:16:08 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-03-16 15:56:08 -0600
commitcdcfcf3849e48ae1165d3c40e92972fb19b0320e (patch)
tree7f9e49932f33cf4d5d4dedd695a59667eea1c9c5 /drivers
parent04eeee7be7a23a45ecc10f0494bd9330f4d006c2 (diff)
UBUNTU: SAUCE: enable Marvell 9128 PCIe SATA controller
OriginalAuthor: Tejun Heo OriginalLocation: http://lkml.org/lkml/2010/11/27/33 BugLink: http://bugs.launchpad.net/bugs/658521 Pulling into natty for further testing. Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'drivers')
-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 b8d96ce37fc9..99f73e18251b 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -383,6 +383,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.class = PCI_CLASS_STORAGE_SATA_AHCI,
.class_mask = 0xffffff,
.driver_data = board_ahci_yes_fbs }, /* 88se9128 */
+ { PCI_DEVICE(0x1b4b, 0x91a3),
+ .driver_data = board_ahci_yes_fbs },
/* Promise */
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */