From 5422ed753bd8404176b65d3ad82fe221ebd6a6c6 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Fri, 7 May 1999 04:04:42 +0000 Subject: [PATCH] My 5520 turned out to be a 5510 in disguise.. correct the probe message. --- sys/pci/pcisupport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index c45edc7dfcc5..a356285092cd 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");