summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>1998-12-23 14:28:37 +0000
committerfoxfair <foxfair@FreeBSD.org>1998-12-23 14:28:37 +0000
commita8c2d8d742295d502eb4f800e91abe5db1da83f5 (patch)
tree3c054b76146306cf51f2b744ad7b8195ca679f53 /sys/pci/pcisupport.c
parent255d59c0a4640c263a6a77e9a6578565ea49c0c0 (diff)
downloadFreeBSD-src-a8c2d8d742295d502eb4f800e91abe5db1da83f5.zip
FreeBSD-src-a8c2d8d742295d502eb4f800e91abe5db1da83f5.tar.gz
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>
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 2 insertions, 2 deletions
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;
}
OpenPOWER on IntegriCloud