diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 251e57d38942..98496600a15a 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -310,6 +310,7 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
310 | 310 | ||
311 | /* AMD */ | 311 | /* AMD */ |
312 | { PCI_VDEVICE(AMD, 0x7800), board_ahci }, /* AMD Hudson-2 */ | 312 | { PCI_VDEVICE(AMD, 0x7800), board_ahci }, /* AMD Hudson-2 */ |
313 | { PCI_VDEVICE(AMD, 0x7900), board_ahci }, /* AMD CZ */ | ||
313 | /* AMD is using RAID class only for ahci controllers */ | 314 | /* AMD is using RAID class only for ahci controllers */ |
314 | { PCI_VENDOR_ID_AMD, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, | 315 | { PCI_VENDOR_ID_AMD, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, |
315 | PCI_CLASS_STORAGE_RAID << 8, 0xffffff, board_ahci }, | 316 | PCI_CLASS_STORAGE_RAID << 8, 0xffffff, board_ahci }, |