summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1e9eff9..3651cf2 100644
--- a/sys/dev/agp/agp_via.c
+++ b/sys/dev/agp/agp_via.c
@@ -72,6 +72,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 0x03051106:
+ return ("VIA 82C8363 (Apollo KT133A) host to PCI bridge");
};
if (pci_get_vendor(dev) == 0x1106)
diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c
index 1e9eff9..3651cf2 100644
--- a/sys/pci/agp_via.c
+++ b/sys/pci/agp_via.c
@@ -72,6 +72,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 0x03051106:
+ return ("VIA 82C8363 (Apollo KT133A) host to PCI bridge");
};
if (pci_get_vendor(dev) == 0x1106)
OpenPOWER on IntegriCloud