diff options
| -rw-r--r-- | sys/dev/agp/agp_via.c | 2 | ||||
| -rw-r--r-- | sys/pci/agp_via.c | 2 |
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"); }; |
