[AGPGART] VIA PT880 Ultra support.
This patch enables agpgart on a Via "PT880 Ultra" based motherboard (Asus P4V800D-X). The PCI ID of the PT880 Ultra is 0x0308 instead of 0x0258 of the PT880. The patched via-agp passes testgart. Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
ca2797ffaa
commit
7dd1d9b85c
2 changed files with 8 additions and 0 deletions
|
@ -1231,6 +1231,7 @@
|
|||
#define PCI_DEVICE_ID_VIA_8380_0 0x0204
|
||||
#define PCI_DEVICE_ID_VIA_3238_0 0x0238
|
||||
#define PCI_DEVICE_ID_VIA_PT880 0x0258
|
||||
#define PCI_DEVICE_ID_VIA_PT880ULTRA 0x0308
|
||||
#define PCI_DEVICE_ID_VIA_PX8X0_0 0x0259
|
||||
#define PCI_DEVICE_ID_VIA_3269_0 0x0269
|
||||
#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue