From b7f854eed2cffce1bcf691b3cc1c1fd2b3270c3e Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Wed, 23 Dec 1998 14:28:37 +0000 Subject: [PATCH] Add Matrox Mystique 1064/1164SG chips info. By the datasheet from Matrox, they use the same value in the VID register. PR kern/9137: Matrox Mystique chip name typo error Submitted by: Alex D. Chen --- 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 6432d60f0b2..8727f9de00f 100644 --- a/sys/pci/pcisupport.c +++ b/sys/pci/pcisupport.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcisupport.c,v 1.83 1998/12/19 08:35:30 julian Exp $ +** $Id: pcisupport.c,v 1.84 1998/12/19 16:05:19 foxfair Exp $ ** ** Device driver for DEC/INTEL PCI chipsets. ** @@ -975,7 +975,7 @@ static const char* vga_probe (pcici_t tag, pcidi_t typea) case 0x0519: chip = "MGA 2064W"; break; case 0x051a: - chip = "MGA 1024SG"; break; + chip = "MGA 1024SG/1064SG/1164SG"; break; case 0x051b: chip = "MGA 2164W"; break; }