summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-05-07 04:04:42 +0000
committerjulian <julian@FreeBSD.org>1999-05-07 04:04:42 +0000
commit77da3aafec8c3fd30cb4d82ca7302cd2f1465193 (patch)
tree3642241a48e07972819239158808980191d26a0b
parent7a9444f4dea5e4c72b660c15e5b27916a99f8f27 (diff)
downloadFreeBSD-src-77da3aafec8c3fd30cb4d82ca7302cd2f1465193.zip
FreeBSD-src-77da3aafec8c3fd30cb4d82ca7302cd2f1465193.tar.gz
My 5520 turned out to be a 5510 in disguise.. correct the probe message.
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index c45edc7..a356285 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.100 1999/04/20 11:36:36 kato Exp $
+** $Id: pcisupport.c,v 1.101 1999/05/06 21:21:30 julian Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -947,7 +947,7 @@ isab_match(device_t dev)
/* Cyrix -- vendor 0x1078 */
case 0x00001078:
- return ("Cyrix Cx5520 PCI-ISA bridge");
+ return ("Cyrix Cx5510 PCI-ISA bridge");
case 0x01001078:
return ("Cyrix Cx5530 PCI-ISA bridge");
OpenPOWER on IntegriCloud