summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_via.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-08-30 14:17:48 +0000
committerdfr <dfr@FreeBSD.org>2001-08-30 14:17:48 +0000
commite16b2af1c44495672c424d955771ef38e9dc0277 (patch)
treeeb2ffec21fbe886c2210fff418e4b9012feb4cd7 /sys/pci/agp_via.c
parent9f91e74da75a91d0b6cc2fffb3282988def19091 (diff)
downloadFreeBSD-src-e16b2af1c44495672c424d955771ef38e9dc0277.zip
FreeBSD-src-e16b2af1c44495672c424d955771ef38e9dc0277.tar.gz
Recognise VIA Apollo KT133A bridge.
PR: 30061 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net> MFC after: 1 week
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 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