summaryrefslogtreecommitdiffstats
path: root/drivers/ata
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 /drivers/ata
parent03ec52dea0f3c615b1b502672c189f296842f7dd (diff)
downloadop-kernel-dev-bf33554290bb6a6b2bd8827076f89fb17fb19e3d.zip
op-kernel-dev-bf33554290bb6a6b2bd8827076f89fb17fb19e3d.tar.gz
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')
-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 436de03..fe4f0fe 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 */
OpenPOWER on IntegriCloud