Commit 65aec686 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Re-add VIA VP3 support.

The refactoring of the PCI IDs supported by the VIA driver dropped
this one.

Spotted-by: Carsten Rietzschel
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent aa70a3e6
...@@ -434,6 +434,7 @@ static struct pci_device_id agp_via_pci_table[] = { ...@@ -434,6 +434,7 @@ static struct pci_device_id agp_via_pci_table[] = {
.subvendor = PCI_ANY_ID, \ .subvendor = PCI_ANY_ID, \
.subdevice = PCI_ANY_ID, \ .subdevice = PCI_ANY_ID, \
} }
ID(PCI_DEVICE_ID_VIA_82C597_0),
ID(PCI_DEVICE_ID_VIA_82C598_0), ID(PCI_DEVICE_ID_VIA_82C598_0),
ID(PCI_DEVICE_ID_VIA_8501_0), ID(PCI_DEVICE_ID_VIA_8501_0),
ID(PCI_DEVICE_ID_VIA_8601_0), ID(PCI_DEVICE_ID_VIA_8601_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