summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-10-26 18:26:06 +0000
committeralc <alc@FreeBSD.org>1999-10-26 18:26:06 +0000
commita57bb76deaeef7f636360432106b1f0806c5f734 (patch)
treebf38bea584f921147070ead78bc42c4495b3b48c
parent570c151d90f440ca07de0acb0755c4bb7ef98344 (diff)
downloadFreeBSD-src-a57bb76deaeef7f636360432106b1f0806c5f734.zip
FreeBSD-src-a57bb76deaeef7f636360432106b1f0806c5f734.tar.gz
Add text for the VIA 82C686 southbridge used by some Athlon and PII boards.
-rw-r--r--sys/pci/pcisupport.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 35f94c9..569d0cd 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -869,6 +869,8 @@ isab_match(device_t dev)
/* VIA Technologies -- vendor 0x1106 */
case 0x05861106: /* south bridge section */
return ("VIA 82C586 PCI-ISA bridge");
+ case 0x06861106:
+ return ("VIA 82C686 PCI-ISA bridge");
/* AcerLabs -- vendor 0x10b9 */
/* Funny : The datasheet told me vendor id is "10b8",sub-vendor */
OpenPOWER on IntegriCloud