apne vs. pcnet_cs

2006-12-14 Thread Kolbjørn Barmen
My Blizzard 1260 is alive and kicking again.. hurray :) Something that has bothered me for a long long time is dmesg spewing out . . . enable_irq: Incorrect IRQ 0 disable_irq: Incorrect IRQ 0 enable_irq: Incorrect IRQ 0 disable_irq: Incorrect IRQ 0 enable_irq: Incorrect IRQ 0 disable_irq:

Re: [PATCH] 2.6.19 m68k Atari: SCSI support

2006-12-14 Thread Geert Uytterhoeven
On Mon, 11 Dec 2006, Michael Schmitz wrote: SCSI should be working on a TT (but someone should really try!) but causes trouble on a Falcon (as in: it ate a filesystem of mine) at least when used concurrently with IDE. I have the notion it's because locking of the ST-DMA interrupt by IDE is

Re: [PATCH] 2.6.19 m68k Atari: Frame buffer support

2006-12-14 Thread Geert Uytterhoeven
On Mon, 11 Dec 2006, Michael Schmitz wrote: my final atafb version (modedb set up for Atari modes, although I'm not sure the timing data make much sense). Leftover dead code removed. Same Indeed, you want to replace TAG_*RES by the actual pixel clock values. Gr{oetje,eeting}s,

Re: [PATCH] 2.6.19 m68k Atari: SCSI support

2006-12-14 Thread Geert Uytterhoeven
On Thu, 14 Dec 2006, Geert Uytterhoeven wrote: Al's `cast is not an lvalue' fix for Atari SCSI. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Bummer, wrong signed-off-by macro :-) Make it Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Gr{oetje,eeting}s,

Re: [PATCH] 2.6.19 m68k Atari: Frame buffer support

2006-12-14 Thread Geert Uytterhoeven
On Mon, 11 Dec 2006, Michael Schmitz wrote: my final atafb version (modedb set up for Atari modes, although I'm not sure the timing data make much sense). Leftover dead code removed. Same quirks as in previous versions (logo uses amifb's cfb driver which goes slightly wrong). Signed-Off-By:

Re: [PATCH] 2.6.19 m68k Atari: Falcon IDE support

2006-12-14 Thread Geert Uytterhoeven
On Mon, 11 Dec 2006, Michael Schmitz wrote: 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

[PATCH] m68k trivial build fixes

2006-12-14 Thread Al Viro
amikbd: missing declaration sun3_NCR5380: more work_struct mess sun3_NCR5380: cast is not an lvalue Signed-off-by: Al Viro [EMAIL PROTECTED] --- diff --git a/drivers/input/keyboard/amikbd.c b/drivers/input/keyboard/amikbd.c index 16583d7..c67e84e 100644 --- a/drivers/input/keyboard/amikbd.c +++