From 323579c7f2e4e09cf274fd2f31f4e70bb859afd6 Mon Sep 17 00:00:00 2001 From: anholt Date: Tue, 5 Oct 2004 04:40:32 +0000 Subject: [PATCH] Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRI enabled, but not 3D. --- sys/dev/agp/agp_amd64.c | 2 ++ sys/pci/agp_amd64.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c index 03b22d4919f7..3404d5f2110a 100644 --- a/sys/dev/agp/agp_amd64.c +++ b/sys/dev/agp/agp_amd64.c @@ -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"); }; diff --git a/sys/pci/agp_amd64.c b/sys/pci/agp_amd64.c index 03b22d4919f7..3404d5f2110a 100644 --- a/sys/pci/agp_amd64.c +++ b/sys/pci/agp_amd64.c @@ -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"); };