From e0791da2562bf73cc81e807b086b3c3c433ac096 Mon Sep 17 00:00:00 2001 From: sos Date: Wed, 24 Nov 1999 21:07:29 +0000 Subject: Add 3 more parts of the VIA 82C686. --- sys/pci/pcisupport.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/pci/pcisupport.c') diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 91727f8..6dcaa09 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1088,6 +1088,12 @@ chip_match(device_t dev) return ("VIA 82C586B ACPI interface"); case 0x05711106: return ("VIA 82C586B IDE controller"); + case 0x30571106: + return ("VIA 82C686 ACPI interface"); + case 0x30581106: + return ("VIA 82C686 AC97 Audio"); + case 0x30681106: + return ("VIA 82C686 AC97 Modem"); #if 0 case 0x30381106: return ("VIA 83C572 USB controller"); -- cgit v1.1