Commit 5e3ee351 authored by Dave Jones's avatar Dave Jones

[AGPGART] Add ident for VIA KT400 in disguise as a KT266

parent c21caf3d
...@@ -166,6 +166,14 @@ static struct pci_device_id agp_via_pci_table[] __initdata = { ...@@ -166,6 +166,14 @@ static struct pci_device_id agp_via_pci_table[] __initdata = {
.subvendor = PCI_ANY_ID, .subvendor = PCI_ANY_ID,
.subdevice = 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,
},
{ } { }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment