From: Tejun Heo Date: Wed, 11 Apr 2007 08:27:14 +0000 (+0900) Subject: ahci: add PCI ID for new VIA chip X-Git-Tag: v2.6.22-rc1~1111^2~24 X-Git-Url: http://git.rot13.org/?p=powerpc.git;a=commitdiff_plain;h=bf33554290bb6a6b2bd8827076f89fb17fb19e3d 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 Cc: Maarten Vanraes Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 436de03650..fe4f0fe36b 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -419,6 +419,7 @@ static const struct pci_device_id ahci_pci_tbl[] = { /* VIA */ { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ + { PCI_VDEVICE(VIA, 0x6287), board_ahci_vt8251 }, /* VIA VT8251 */ /* NVIDIA */ { PCI_VDEVICE(NVIDIA, 0x044c), board_ahci }, /* MCP65 */