Commit 844f8b99 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] VIA VT83xx/VT87xx/KTxxx/Px8xx support.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent c5c6b8a3
...@@ -353,6 +353,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata = ...@@ -353,6 +353,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
.device_id = PCI_DEVICE_ID_VIA_3269_0, .device_id = PCI_DEVICE_ID_VIA_3269_0,
.chipset_name = "KT880", .chipset_name = "KT880",
}, },
/* KTxxx/Px8xx */
{
.device_id = PCI_DEVICE_ID_VIA_83_87XX_1,
.chipset_name = "VT83xx/VT87xx/KTxxx/Px8xx",
},
{ }, /* dummy final entry, always present */ { }, /* dummy final entry, always present */
}; };
...@@ -464,6 +469,7 @@ static struct pci_device_id agp_via_pci_table[] = { ...@@ -464,6 +469,7 @@ static struct pci_device_id agp_via_pci_table[] = {
ID(PCI_DEVICE_ID_VIA_8783_0), ID(PCI_DEVICE_ID_VIA_8783_0),
ID(PCI_DEVICE_ID_VIA_PX8X0_0), ID(PCI_DEVICE_ID_VIA_PX8X0_0),
ID(PCI_DEVICE_ID_VIA_3269_0), ID(PCI_DEVICE_ID_VIA_3269_0),
ID(PCI_DEVICE_ID_VIA_83_87XX_1),
{ } { }
}; };
......
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