Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRI

enabled, but not 3D.
This commit is contained in:
anholt 2004-10-05 04:40:32 +00:00
parent 018d557a0b
commit 323579c7f2
2 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,8 @@ agp_amd64_match(device_t dev)
return ("SiS 755 host to AGP bridge");
case 0x02041106:
return ("VIA 8380 host to PCI bridge");
case 0x02821106:
return ("VIA K8T800Pro host to PCI bridge");
case 0x31881106:
return ("VIA 8385 host to PCI bridge");
};

View File

@ -84,6 +84,8 @@ agp_amd64_match(device_t dev)
return ("SiS 755 host to AGP bridge");
case 0x02041106:
return ("VIA 8380 host to PCI bridge");
case 0x02821106:
return ("VIA K8T800Pro host to PCI bridge");
case 0x31881106:
return ("VIA 8385 host to PCI bridge");
};