summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1998-12-27 07:59:25 +0000
committerfoxfair <foxfair@FreeBSD.org>1998-12-27 07:59:25 +0000
commita90947f54ca8419f79d75bbfcf72f73cc08fbd40 (patch)
tree2741af244326528269b651870fd867a363d907a2 /sys
parenta93c06ba478099ade39259a0ddef854ac18d7e1a (diff)
downloadFreeBSD-src-a90947f54ca8419f79d75bbfcf72f73cc08fbd40.zip
FreeBSD-src-a90947f54ca8419f79d75bbfcf72f73cc08fbd40.tar.gz
Turn the VIA chipset ,<<IDE/USB>> controller probing off.
It might cause some problem and something like USB has its own driver.
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/pcisupport.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 8727f9d..b502bbf 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.84 1998/12/19 16:05:19 foxfair Exp $
+** $Id: pcisupport.c,v 1.85 1998/12/23 14:28:37 foxfair Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -342,11 +342,6 @@ chipset_probe (pcici_t tag, pcidi_t type)
/* XXX need info on the MVP3 -- any takers? */
case 0x30401106:
return("VIA 82C586B ACPI interface");
- /* XXX New info added-in */
- case 0x05711106:
- return("VIA 82C586B IDE controller");
- case 0x30381106:
- return("VIA 82C586B USB controller");
/* XXX Here is MVP3, I got the datasheet but NO M/B to test it */
/* totally. Please let me know if anything wrong. -F */
case 0x05981106:
OpenPOWER on IntegriCloud