On Tue, Sep 18, 2007 at 04:40:13PM -0400, Ward Vandewege wrote: > 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
Acked-by: Uwe Hermann <[EMAIL PROTECTED]> Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
