Author: ward
Date: 2007-10-23 14:06:53 +0200 (Tue, 23 Oct 2007)
New Revision: 2887

Modified:
   trunk/LinuxBIOSv2/src/mainboard/tyan/s2882/Config.lb
Log:

The s2882 ships with a 1MB rom chip. The targets/tyan/s2882/Config.lb file
assumes a 1MB rom chip.

Hence the default position for the VGA bios should also assume a 1MB rom chip,
not a 512KB chip.

Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]>
Acked-by: Corey Osgood <[EMAIL PROTECTED]>



Modified: trunk/LinuxBIOSv2/src/mainboard/tyan/s2882/Config.lb
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/tyan/s2882/Config.lb        2007-10-22 
20:56:13 UTC (rev 2886)
+++ trunk/LinuxBIOSv2/src/mainboard/tyan/s2882/Config.lb        2007-10-23 
12:06:53 UTC (rev 2887)
@@ -231,7 +231,7 @@
                                         #       chip drivers/ati/ragexl
                                                 chip drivers/pci/onboard
                                                         device pci 6.0 on end
-                                                        register "rom_address" 
= "0xfff80000"
+                                                        register "rom_address" 
= "0xfff00000"
                                                 end
                                                 chip drivers/pci/onboard 
                                                         device pci 8.0 on end 
#intel 10/100


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to