Re: [linux-fbdev] Re: test [PATCH] new vgacon and vga16fb Part II

2000-10-10 Thread James Simmons
> And I suggest this addition (cfr. the other fbcon-*.c since 2.4.0-test5-pre5): Done. I have alot more big changes coming :-) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [linux-fbdev] Re: test [PATCH] new vgacon and vga16fb Part II

2000-10-10 Thread Geert Uytterhoeven
On Tue, 10 Oct 2000, James Simmons wrote: > Oops. Sorry folks. My patch was too big to be posted on the mailing > list. Uncompressed it is 63K. Here it is compressed. > > >Hi! > > > > This patch places code common to both vgacon and vga16fb into a common > >file (vga.c). The utlimate goal is to

Re: test [PATCH] new vgacon and vga16fb Part II

2000-10-09 Thread James Simmons
Oops. Sorry folks. My patch was too big to be posted on the mailing list. Uncompressed it is 63K. Here it is compressed. >Hi! > > This patch places code common to both vgacon and vga16fb into a common >file (vga.c). The utlimate goal is to have the ability to go from vgacon >to fbcon and back.

test [PATCH] new vgacon and vga16fb

2000-10-09 Thread James Simmons
Hi! This patch places code common to both vgacon and vga16fb into a common file (vga.c). The utlimate goal is to have the ability to go from vgacon to fbcon and back. At present you can't do this. This will allow for easier debugging in the future for fbdev drivers. - To unsubscribe from thi