aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-06-23 11:15:22 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-06-23 11:15:22 +0000
commit829ecb807f2406effb33286eeb3d892054e61cae (patch)
tree5def308c3e15a1c8330c903fba2feda9b79daea3 /sys
parentb02d3a97f812c79b8ebc66f17656b40f40108f0a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/agp/agp_via.c2
-rw-r--r--sys/pci/agp_via.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c
index 656b1e82412c..d88b160c5440 100644
--- a/sys/dev/agp/agp_via.c
+++ b/sys/dev/agp/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");
};
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 656b1e82412c..d88b160c5440 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");
};