mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
My 5520 turned out to be a 5510 in disguise.. correct the probe message.
This commit is contained in:
parent
049e649a10
commit
5422ed753b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46612
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user