-- 
Ward Vandewege <[EMAIL PROTECTED]>
Free Software Foundation - Senior System Administrator
The s2891 ships with a 1MB rom chip. The src/mainboard/tyan/s2891/Config.lb file assumes a 1MB rom chip.

The default position for the VGA bios should also assume a 1MB rom chip by default, instead of a 512KB chip.

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

Index: src/mainboard/tyan/s2891/Config.lb
===================================================================
--- src/mainboard/tyan/s2891/Config.lb      (revision 2780)
+++ src/mainboard/tyan/s2891/Config.lb      (working copy)
@@ -314,8 +314,8 @@
                                        #       chip drivers/ati/ragexl
                                                 chip drivers/pci/onboard
                                                         device pci 7.0 on end
-                                                        register "rom_address" = "0xfff80000" #for 512K
-                                       #               register "rom_address" = "0xfff00000" #for 1M
+                                                        #register "rom_address" = "0xfff80000" #for 512K
+                                                        register "rom_address" = "0xfff00000" #for 1M
                                                 end
                                        end
                                        device pci a.0 off end # NIC

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to