summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1998-11-26 21:57:52 +0000
committern_hibma <n_hibma@FreeBSD.org>1998-11-26 21:57:52 +0000
commitcb434691d915a69b39259cd29b94ec59672a7ca3 (patch)
treeb76215c505f32e06642e9a3c51a0dc7d08eb82d1 /sys/pci/pcisupport.c
parentda99bd7667e68e4b83e941ad12af24f2de3b29c2 (diff)
downloadFreeBSD-src-cb434691d915a69b39259cd29b94ec59672a7ca3.zip
FreeBSD-src-cb434691d915a69b39259cd29b94ec59672a7ca3.tar.gz
Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 1cac450..1258e3c 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.72 1998/09/16 20:29:22 msmith Exp $
+** $Id: pcisupport.c,v 1.73 1998/10/31 10:35:24 dfr Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -208,16 +208,12 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("SiS 85c601");
case 0x70008086:
return ("Intel 82371SB PCI to ISA bridge");
- case 0x70208086:
- return ("Intel 82371SB USB host controller");
case 0x70308086:
return ("Intel 82437VX PCI cache memory controller");
case 0x71008086:
return ("Intel 82439TX System Controller (MTXC)");
case 0x71108086:
return ("Intel 82371AB PCI to ISA bridge");
- case 0x71128086:
- return ("Intel 82371AB USB host controller");
case 0x71138086:
return ("Intel 82371AB Power management controller");
case 0x71908086:
OpenPOWER on IntegriCloud