Mercurial > mplayer.hg
changeset 4594:ca6d74f72734
g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>
author | arpi |
---|---|
date | Sat, 09 Feb 2002 00:49:38 +0000 |
parents | 3769ccb8da8b |
children | 6f54ae46ac27 |
files | drivers/mga_vid.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/mga_vid.c Sat Feb 09 00:47:55 2002 +0000 +++ b/drivers/mga_vid.c Sat Feb 09 00:49:38 2002 +0000 @@ -1302,7 +1302,8 @@ // SDRAM: case 0x00: case 0x04: mga_ram_size = 16; break; - case 0x03: mga_ram_size = 32; break; + case 0x03: + case 0x05: mga_ram_size = 32; break; // SGRAM: case 0x10: case 0x14: mga_ram_size = 32; break; @@ -1504,7 +1505,7 @@ mga_vid_in_use = 0; // printk(KERN_INFO "Matrox MGA G200/G400 YUV Video interface v0.01 (c) Aaron Holtzman \n"); - printk(KERN_INFO "Matrox MGA G200/G400/G450 YUV Video interface v2.01 (c) Aaron Holtzman & A'rpi\n"); + printk(KERN_INFO "Matrox MGA G200/G400/G450/G550 YUV Video interface v2.01 (c) Aaron Holtzman & A'rpi\n"); if (mga_ram_size) { if (mga_ram_size<4 || mga_ram_size>64) {