From 5dbc00f0240989c8983cc666723a5c924a76ab88 Mon Sep 17 00:00:00 2001 From: alc Date: Tue, 26 Oct 1999 18:26:06 +0000 Subject: [PATCH] Add text for the VIA 82C686 southbridge used by some Athlon and PII boards. --- sys/pci/pcisupport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 35f94c92916d..569d0cda75ad 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 */