From e16b2af1c44495672c424d955771ef38e9dc0277 Mon Sep 17 00:00:00 2001 From: dfr Date: Thu, 30 Aug 2001 14:17:48 +0000 Subject: Recognise VIA Apollo KT133A bridge. PR: 30061 Submitted by: John Merryweather Cooper MFC after: 1 week --- sys/pci/agp_via.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pci/agp_via.c') 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) -- cgit v1.1