Re: 2.6 kernel on aranym?

2006-12-11 Thread Geert Uytterhoeven
On Mon, 11 Dec 2006, Michael Schmitz wrote: Well, I've spent a little time to update my Atari patches to 2.6.19-m68k. There's two details I'd need some advice on - lockdep for the case where CONFIG_GENERIC_HARDIRQS is not set, and a small fix for scsi_lib. First lockdep: drivers/net/8390.c

[PATCH] 2.6.19 m68k Atari: Falcon IDE support

2006-12-11 Thread Michael Schmitz
Hi, starting the Atari patch bomb on a light note: attached is the (minimal) patch required to get Falcon IDE working. Tested under ARAnyM, may require a slightly different solution once I get to testing SCSI properly (this patch lets the IDE interrupt register on top of stdma_int which really

[PATCH] 2.6.19 m68k Atari: Keyboard/mouse support

2006-12-11 Thread Michael Schmitz
Hi, Second part: Atari keyboard and mouse support. Signed-Off-By: [EMAIL PROTECTED] Michael--- linux-2.6.19-m68k-cvs/arch/m68k/atari/atakeyb.c 2006-12-08 18:49:13.0 +0100 +++ linux-2.6.19-m68k/arch/m68k/atari/atakeyb.c 2006-12-08 18:52:32.0 +0100 @@ -0,0 +1,747 @@

[PATCH] 2.6.19 m68k Atari: Falcon IDE support

2006-12-11 Thread Michael Schmitz
Hi, once again, I messed up. _This_ one is the IDE patch (already in Linus' tree as Geert told me). The other one was ARAnyM; please ignore. Michael--- linux-2.6.19-m68k-cvs/arch/m68k/atari/stdma.c 2006-12-02 00:16:51.0 +0100 +++ linux-2.6.19-m68k/arch/m68k/atari/stdma.c

Re: [PATCH] 2.6.19 m68k Atari: ARAnyM support

2006-12-11 Thread Petr Stehlik
Roman Zippel wrote: While looking over this, I'm playing with the idea to move this to its own directory. This stuff is rather generic and it seems the API is intended to be used by various emulators. that is correct. It may also be possible at some point to have a kernel without Atari