]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[AGPGART] x86_64: Fix wrong PCI ID for ALI M1695 AGP bridge
authorHenrik Kretzschmar <henrik@nachtwindheim.de>
Thu, 23 Mar 2006 20:29:19 +0000 (21:29 +0100)
committerDave Jones <davej@redhat.com>
Sat, 25 Mar 2006 00:24:56 +0000 (19:24 -0500)
[description by AK]
Made a cut'n'paste error when adding the entry for the ALI M1695
AGP bridge and added a second entry for the 1689

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/amd64-agp.c

index cccf05fdc6cbdf361fb0c388dcb2ac057ff70f03..36517d4d1ad9da6fdd80dd2f1180a7269abd7437 100644 (file)
@@ -725,7 +725,7 @@ static struct pci_device_id agp_amd64_pci_table[] = {
        .class          = (PCI_CLASS_BRIDGE_HOST << 8),
        .class_mask     = ~0,
        .vendor         = PCI_VENDOR_ID_AL,
-       .device         = 0x1689,
+       .device         = 0x1695,
        .subvendor      = PCI_ANY_ID,
        .subdevice      = PCI_ANY_ID,
        },