summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_via.c
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-06-23 11:15:22 +0000
committermdodd <mdodd@FreeBSD.org>2003-06-23 11:15:22 +0000
commit13c9bbbb7fcb46482925885cfbd300f84ae6b495 (patch)
tree5def308c3e15a1c8330c903fba2feda9b79daea3 /sys/pci/agp_via.c
parentf3df94de1366b81fd5101f82dda6c466abec5fa4 (diff)
downloadFreeBSD-src-13c9bbbb7fcb46482925885cfbd300f84ae6b495.zip
FreeBSD-src-13c9bbbb7fcb46482925885cfbd300f84ae6b495.tar.gz
Add a PCI ID for the Apollo Pro 133A.
PR: kern/46983 Submitted by: David Holm <david@realityrift.com>
Diffstat (limited to 'sys/pci/agp_via.c')
-rw-r--r--sys/pci/agp_via.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 656b1e8..d88b160 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -73,6 +73,8 @@ agp_via_match(device_t dev)
return ("VIA 82C598 (Apollo MVP3) host to PCI bridge");
case 0x06911106:
return ("VIA 82C691 (Apollo Pro) host to PCI bridge");
+ case 0x06051106:
+ return ("VIA 82C694X (Apollo Pro 133A) host to PCI bridge");
case 0x03051106:
return ("VIA 82C8363 (Apollo KT133A) host to PCI bridge");
};
OpenPOWER on IntegriCloud