diff options
Diffstat (limited to 'drivers')
-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 436de03650ec..fe4f0fe36bfb 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -419,6 +419,7 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
419 | 419 | ||
420 | /* VIA */ | 420 | /* VIA */ |
421 | { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ | 421 | { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ |
422 | { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */ | ||
422 | 423 | ||
423 | /* NVIDIA */ | 424 | /* NVIDIA */ |
424 | { PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */ | 425 | { PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */ |