diff --git a/[refs] b/[refs] index 7334b1e187b9..679202077bce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1a0f6b7ecdcd810f8991ea26c95d93ff965e8f41 +refs/heads/master: 467b41c688c79d1b5e076fbdf082f9cd5d6a000c diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index 6856d877a69b..256d2b72cd1c 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -382,6 +382,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, 0x9125), + .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ /* Promise */ { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */