diff options
-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 6856d877a69b..256d2b72cd1c 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -382,6 +382,8 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
382 | .class = PCI_CLASS_STORAGE_SATA_AHCI, | 382 | .class = PCI_CLASS_STORAGE_SATA_AHCI, |
383 | .class_mask = 0xffffff, | 383 | .class_mask = 0xffffff, |
384 | .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ | 384 | .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ |
385 | { PCI_DEVICE(0x1b4b, 0x9125), | ||
386 | .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ | ||
385 | 387 | ||
386 | /* Promise */ | 388 | /* Promise */ |
387 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ | 389 | { PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */ |