aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-03-01 17:29:25 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-03-01 17:29:25 +0000
commitff86df5bb22d953f0d473c62e302847e924c56fc (patch)
tree515b5fac5fc436fb2ffc9dae0dc8aa60c0e83323 /sys/pci
parentfc6ffbcae9d4dedc48d8d88e164d385556b682a2 (diff)
Notes
Diffstat (limited to 'sys/pci')
-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 9a3e08169091d..452a08b19678a 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);