From a8c2d8d742295d502eb4f800e91abe5db1da83f5 Mon Sep 17 00:00:00 2001 From: foxfair Date: Wed, 23 Dec 1998 14:28:37 +0000 Subject: 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(-) (limited to 'sys') diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c index 6432d60..8727f9d 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; } -- cgit v1.1