mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix Sparc32 and Sparc64 build by reverting some of the previous patches
git-svn-id: svn://coreboot.org/openbios/openbios-devel@261 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
static int depth;
|
||||
|
||||
// prototypes
|
||||
static int vga_decode_var(const struct screeninfo *var, struct vga_par *par);
|
||||
static int vga_set_regs(const struct vga_par *par);
|
||||
@@ -126,7 +124,11 @@ static const struct screeninfo vga_settings = {
|
||||
0, // activate now
|
||||
-1,-1, // height and width in mm
|
||||
0, // accel flags
|
||||
39721, // pixclock
|
||||
39721, // pixclock: 79442 -> 12.587 Mhz (NOT USED)
|
||||
// 70616 -> 14.161
|
||||
// 39721 -> 25.175
|
||||
// 35308 -> 28.322
|
||||
|
||||
48, 16, 39, 8, // margins left,right,upper,lower
|
||||
96, // hsync length
|
||||
2, // vsync length
|
||||
|
||||
Reference in New Issue
Block a user