summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-03-01 17:29:25 +0000
committersos <sos@FreeBSD.org>1998-03-01 17:29:25 +0000
commit8d901a5c1cd18ffc2eb644d7fece5992207b7c10 (patch)
tree73d82fbd179afdbdde93475418d5fa59f98d7a83 /sys
parent0e1dceb0108bcea4ce06eacc19825806f26025d5 (diff)
downloadFreeBSD-src-8d901a5c1cd18ffc2eb644d7fece5992207b7c10.zip
FreeBSD-src-8d901a5c1cd18ffc2eb644d7fece5992207b7c10.tar.gz
Undo the previous commit which was NOT for -current.
Rearrange a few lines for better order.
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/pcisupport.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 9a3e081..452a08b 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.59 1998/02/24 12:15:34 sos Exp $
+** $Id: pcisupport.c,v 1.60 1998/03/01 10:10:31 asami Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -204,6 +204,8 @@ chipset_probe (pcici_t tag, pcidi_t type)
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:
@@ -211,18 +213,6 @@ chipset_probe (pcici_t tag, pcidi_t type)
case 0x71128086:
return ("Intel 82371AB USB host controller");
case 0x71138086:
- return ("Intel 82371AB power management");
- case 0x70308086:
- return ("Intel 82437VX PCI cache memory controller");
- case 0x71008086:
- return ("Intel 82439TX PCI cache memory controller");
- case 0x71108086:
- return ("Intel 82371AB PCI-ISA bridge");
- case 0x71118086:
- return ("Intel 82371AB IDE interface");
- case 0x71128086:
- return ("Intel 82371AB USB interface");
- case 0x71138086:
return ("Intel 82371AB Power management controller");
case 0x12378086:
fixwsc_natoma(tag);
OpenPOWER on IntegriCloud