]> git.neil.brown.name Git - history.git/commitdiff
[AGPGART] Add ident for VIA KT400 in disguise as a KT266
authorDave Jones <davej@tetrachloride.(none)>
Mon, 10 Feb 2003 16:52:48 +0000 (15:52 -0100)
committerDave Jones <davej@tetrachloride.(none)>
Mon, 10 Feb 2003 16:52:48 +0000 (15:52 -0100)
drivers/char/agp/via-kt400.c

index ff6444f4014db66ff03bfc94a11f2dd02f86f322..44a36c4b32bda310d9f8a6c09f3e9c71004d72ef 100644 (file)
@@ -166,6 +166,14 @@ static struct pci_device_id agp_via_pci_table[] __initdata = {
        .subvendor      = PCI_ANY_ID,
        .subdevice      = PCI_ANY_ID,
        },
+       {
+       .class          = (PCI_CLASS_BRIDGE_HOST << 8),
+       .class_mask     = ~0,
+       .vendor         = PCI_VENDOR_ID_VIA,
+       .device         = PCI_DEVICE_ID_VIA_8367_0,
+       .subvendor      = PCI_VENDOR_ID_VIA,
+       .subdevice      = PCI_DEVICE_ID_VIA_8377_0,
+       },
        { }
 };