summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-02-18 18:48:01 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-02-18 18:48:01 +0000
commit8703f5287c6d9c525795c53a8adb1fd869d1fa26 (patch)
tree96d29018b18d3f970694990f5d4a1ac07aa5fcc9 /sys/pci
parentbad870f9c49356424915a0be0a4da0cc2b46d138 (diff)
downloadFreeBSD-src-8703f5287c6d9c525795c53a8adb1fd869d1fa26.zip
FreeBSD-src-8703f5287c6d9c525795c53a8adb1fd869d1fa26.tar.gz
Undo Nicolas' changes (1.91->1.92, added USB controller in pcisupport.c).
Please don't.
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 5d77d5a..d2293bf 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.91 1999/02/06 02:28:52 peter Exp $
+** $Id: pcisupport.c,v 1.92 1999/02/13 17:51:46 nsouch Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -366,8 +366,6 @@ chipset_probe (pcici_t tag, pcidi_t type)
return("AcerLabs M1543 desktop PCI-ISA bridge");
case 0x524710b9:
return("AcerLabs M5247 PCI-PCI(AGP Supported) bridge");
- case 0x523710b9:
- return("AcerLabs M5237 USB controller");
case 0x524310b9:/* 5243 seems like 5247, need more info to divide*/
return("AcerLabs M5243 PCI-PCI bridge");
case 0x710110b9:
OpenPOWER on IntegriCloud