From 7a7b5136ce1ccf4a264456185d4f3ea643b2524a Mon Sep 17 00:00:00 2001 From: George Spelvin Date: Wed, 29 May 2013 10:20:35 +0900 Subject: [PATCH] --- yaml --- r: 376554 b: refs/heads/master c: fcce9a35f8faaa1f52236c554ef1b15d99a7537e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/ata/ahci.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5cf1af64aac9..4643d8f9fd51 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df7e131f6359f20ed8f0a37db039c4f6420a18c2 +refs/heads/master: fcce9a35f8faaa1f52236c554ef1b15d99a7537e diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index 21808766140a..2b50dfdf1cfc 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/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),