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 <dhchen@Canvas.dorm7.nccu.edu.tw>
This commit is contained in:
parent
ab65c1d9b0
commit
b7f854eed2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user