diff options
author | Tejun Heo <htejun@gmail.com> | 2007-04-11 04:27:14 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:16:02 -0400 |
commit | bf33554290bb6a6b2bd8827076f89fb17fb19e3d (patch) | |
tree | 7c6f2236daad79d2232c7ef309459ed4d02465bb /drivers/ata/ahci.c | |
parent | 03ec52dea0f3c615b1b502672c189f296842f7dd (diff) |
ahci: add PCI ID for new VIA chip
Add PCI ID for new VIA chip. Original patch is from Maarten Vanraes.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Maarten Vanraes <maarten.vanraes@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 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 */ |