summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-08-10 09:33:21 +0000
committerphk <phk@FreeBSD.org>1997-08-10 09:33:21 +0000
commit3cd087ca46a24ad7de55f9bf1b06f475279c4c90 (patch)
tree2cb06721e756892b1938fefe5d61efe32fe9d118 /sys/pci
parent64380494c7240bd9c27c6910e56e07f623afe893 (diff)
downloadFreeBSD-src-3cd087ca46a24ad7de55f9bf1b06f475279c4c90.zip
FreeBSD-src-3cd087ca46a24ad7de55f9bf1b06f475279c4c90.tar.gz
Fix the VLSI chipset name from "Eagle" to "Eagle II".
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 47e2257..b20c296 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.50 1997/08/02 14:33:13 bde Exp $
+** $Id: pcisupport.c,v 1.51 1997/08/08 21:11:40 phk Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -214,13 +214,13 @@ chipset_probe (pcici_t tag, pcidi_t type)
return ("Intel 82380FB mobile PCI to PCI bridge");
/* VLSI -- vendor 0x1004 */
case 0x01011004:
- return ("VLSI 82C532 Eagle Peripheral Controller");
+ return ("VLSI 82C532 Eagle II Peripheral Controller");
case 0x01021004:
- return ("VLSI 82C534 Eagle PCI Bus bridge");
+ return ("VLSI 82C534 Eagle II PCI Bus bridge");
case 0x01031004:
- return ("VLSI 82C538 Eagle PCI Docking bridge");
+ return ("VLSI 82C538 Eagle II PCI Docking bridge");
case 0x01041004:
- return ("VLSI 82C535 Eagle System Controller");
+ return ("VLSI 82C535 Eagle II System Controller");
case 0x01051004:
return ("VLSI 82C147 IrDA Controller");
};
OpenPOWER on IntegriCloud