On Wed, Sep 19, 2007 at 06:49:09PM +0200, Uwe Hermann wrote: > 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]>
r2792 Thanks, Ward. -- Ward Vandewege <[EMAIL PROTECTED]> Free Software Foundation - Senior System Administrator -- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
