summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1998-12-14 09:46:31 +0000
committern_hibma <n_hibma@FreeBSD.org>1998-12-14 09:46:31 +0000
commit09cea3a47dca29a81b388e4790cdcdffef39f247 (patch)
tree6d3e56ffa5e1b25b3b337061bcf5ebc95298f9d1 /sys/pci
parentbb7a81465496f1052fe5983d948435ed7c622371 (diff)
downloadFreeBSD-src-09cea3a47dca29a81b388e4790cdcdffef39f247.zip
FreeBSD-src-09cea3a47dca29a81b388e4790cdcdffef39f247.tar.gz
Removed probe for VIA 82C586B OHCI controller (is done in ohci_pci.c now)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 5311b23..59d1498 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.78 1998/12/09 01:33:03 eivind Exp $
+** $Id: pcisupport.c,v 1.79 1998/12/14 05:47:28 dillon Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -273,8 +273,6 @@ chipset_probe (pcici_t tag, pcidi_t type)
case 0x05971106:
return("VIA 82C597 (Apollo VP3) system controller");
/* XXX need info on the MVP3 -- any takers? */
- case 0x30381106:
- return("VIA 82C586B USB host controller");
case 0x30401106:
return("VIA 82C586B ACPI interface");
OpenPOWER on IntegriCloud