Commit 834209db authored by James Simmons's avatar James Simmons

Reversed so more changes.

parent 2eaf7c63
......@@ -96,7 +96,7 @@
#define PARAM_VESAPM_SEG 0x2e
#define PARAM_VESAPM_OFF 0x30
#define PARAM_LFB_PAGES 0x32
#define PARAM_VESA_ATTRIB 0x34
/* Define DO_STORE according to CONFIG_VIDEO_RETAIN */
#ifdef CONFIG_VIDEO_RETAIN
......@@ -221,8 +221,6 @@ mopar_gr:
movl %eax, %fs:(PARAM_LFB_COLORS)
movl 35(%di), %eax
movl %eax, %fs:(PARAM_LFB_COLORS+4)
movw %ax, %fs:(PARAM_VESA_ATTRIB)
movw 0(%di), %ax
# get video mem size
leaw modelist+1024, %di
......
This diff is collapsed.
......@@ -682,7 +682,7 @@ static void fbcon_setup(int con, int init, int logo)
}
scr_memsetw((unsigned short *)conp->vc_origin,
conp->vc_video_erase_char,
old_cols * logo_lines);
conp->vc_size_row * logo_lines);
}
/*
......
......@@ -4,6 +4,6 @@
obj-$(CONFIG_FB_RIVA) += rivafb.o
rivafb-objs := fbdev.o riva_hw.o
rivafb-objs := fbdev.o riva_hw.o accel.o
include $(TOPDIR)/Rules.make
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment