Re: [PATCH] m68k Atari: experimental atafb support

2006-10-17 Thread Jes Sorensen
Michael Schmitz wrote: > Long time no see, there :-) I wasn't suggesting to send that particular > code upstream yet. Should just go in the CVS. I will keep that in mind for > future patches, then. Yeah I know, too long :( In general it's better to always add it, but then it would be even better

Re: [PATCH] m68k Atari: experimental atafb support

2006-10-16 Thread Michael Schmitz
> Michael> Current state of atafb follows inlined (vger ate the last > Michael> BASE64 attachment, sorry). Replaces my previous patch, now > Michael> supports monochrome, 16 and 256 bit VGA mode. Please test. > > "Signed-off-by: " please or it can't go upstream. If things don't > start propaga

Re: [PATCH] m68k Atari: experimental atafb support

2006-10-03 Thread Geert Uytterhoeven
On Tue, 3 Oct 2006, Geert Uytterhoeven wrote: > On Tue, 3 Oct 2006, Jes Sorensen wrote: > > > "Michael" == Michael Schmitz <[EMAIL PROTECTED]> writes: > > > > Michael> Current state of atafb follows inlined (vger ate the last > > Michael> BASE64 attachment, sorry). Replaces my previous patch,

Re: [PATCH] m68k Atari: experimental atafb support

2006-10-03 Thread Jes Sorensen
> "Michael" == Michael Schmitz <[EMAIL PROTECTED]> writes: Michael> Current state of atafb follows inlined (vger ate the last Michael> BASE64 attachment, sorry). Replaces my previous patch, now Michael> supports monochrome, 16 and 256 bit VGA mode. Please test. "Signed-off-by: " please o

Re: [PATCH] m68k Atari: experimental atafb support

2006-10-03 Thread Geert Uytterhoeven
On Tue, 3 Oct 2006, Jes Sorensen wrote: > > "Michael" == Michael Schmitz <[EMAIL PROTECTED]> writes: > > Michael> Current state of atafb follows inlined (vger ate the last > Michael> BASE64 attachment, sorry). Replaces my previous patch, now > Michael> supports monochrome, 16 and 256 bit VGA m

Re: [PATCH] m68k Atari: experimental atafb support

2006-09-25 Thread Michael Schmitz
> > characters get smeared across different color planes. Problem is, I still > > haven't fully grokked the pixel format :-( > > ? Meaning I have no documentation on the pixel format other than the old fbcon_iplan2p* files. These use a different screen addressing system (character based, not pixel

Re: [PATCH] m68k Atari: experimental atafb support

2006-09-25 Thread Petr Stehlik
Michael Schmitz píše v Po 25. 09. 2006 v 18:36 +0200: > > BTW, I am pushing my aranym debian maintainer to upload new version of > > ARAnyM to unstable in this very moment. This 0.9.4beta is the one that > > runs linux-m68k well and also reboots itself without crashing :-) Hoping > > That's good t

Re: [PATCH] m68k Atari: experimental atafb support

2006-09-25 Thread Michael Schmitz
> On Fri, Sep 22, 2006 at 06:55:52PM +0200, Michael Schmitz wrote: > > Note to CT60 users: I had to disable setting any keyboard ACIA bits except > > ACIA_RESET or I'd get an access fault on the ACIA - just like I reported > > for 2.6.13. Look at arch/m68k/atari/config.c and arch/m68k/atari/atakeyb

Re: [PATCH] m68k Atari: experimental atafb support

2006-09-22 Thread Petr Stehlik
Michael Schmitz píše v Pá 22. 09. 2006 v 18:55 +0200: > regardless of current distribution status, here's my experimental patch > for atafb in 2.6.17. The result looks the same on real hardware (Falcon) > as it does on the ARAnyM emulator. Cool! Great work, Michael! > characters get smeared acro

Re: [PATCH] m68k Atari: experimental atafb support

2006-09-22 Thread Christian T. Steigies
On Fri, Sep 22, 2006 at 06:55:52PM +0200, Michael Schmitz wrote: > Note to CT60 users: I had to disable setting any keyboard ACIA bits except > ACIA_RESET or I'd get an access fault on the ACIA - just like I reported > for 2.6.13. Look at arch/m68k/atari/config.c and arch/m68k/atari/atakeyb.c > to