aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2007-04-11 17:27:14 +0900
committerJeff Garzik <jeff@garzik.org>2007-04-28 14:16:02 -0400
commitbf33554290bb6a6b2bd8827076f89fb17fb19e3d (patch)
tree7c6f2236daad79d2232c7ef309459ed4d02465bb
parentlibata: kill type mismatch compile warning (diff)
downloadlinux-dev-bf33554290bb6a6b2bd8827076f89fb17fb19e3d.tar.xz
linux-dev-bf33554290bb6a6b2bd8827076f89fb17fb19e3d.zip
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>
-rw-r--r--drivers/ata/ahci.c1
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[] = {
/* 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 */