diff --git a/[refs] b/[refs] index be0b5ecaf891..f641a14c8e6b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4dce8ba94c751dd25f1d9b2d35c04312b046e5d6 +refs/heads/master: 50be5e3657cd2851a297dc0b3fd459f25829d29b diff --git a/trunk/drivers/ata/ahci.c b/trunk/drivers/ata/ahci.c index 0c22ebd540d3..e62f693be8ea 100644 --- a/trunk/drivers/ata/ahci.c +++ b/trunk/drivers/ata/ahci.c @@ -385,6 +385,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ { PCI_DEVICE(0x1b4b, 0x9125), .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ + { PCI_DEVICE(0x1b4b, 0x91a3), + .driver_data = board_ahci_yes_fbs }, /* Promise */ { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */