Re: [patch 1/2] m68k: Atari EtherNAT (SMC91C111) driver (updated)

2008-09-06 Thread Geert Uytterhoeven
On Fri, 5 Sep 2008, Michael Schmitz wrote: > > > > drivers/net/atari_91C111.c: In function 'smc_rcv': > > > > drivers/net/atari_91C111.c:584: error: implicit declaration of function > > > > 'readsw' > > > > > > Odd - that should have been added by my previous io.h patch (the one that > > > was > >

Re: [patch 1/2] m68k: Atari EtherNAT (SMC91C111) driver (updated)

2008-09-05 Thread Michael Schmitz
Hi Geert, drivers/net/atari_91C111.c: In function 'smc_rcv': drivers/net/atari_91C111.c:584: error: implicit declaration of function 'readsw' Odd - that should have been added by my previous io.h patch (the one that was too chatty in the comments, around July 20). Ah, apparently I didn't app

Re: [patch 1/2] m68k: Atari EtherNAT (SMC91C111) driver (updated)

2008-09-04 Thread Geert Uytterhoeven
On Fri, 5 Sep 2008, Michael Schmitz wrote: > > > Interrupts are still missing, the driver operates from a timer routine > > > instead. > > > > Thanks, updated. But... it doesn't seem to compile? > > > > drivers/net/atari_91C111.c: In function 'smc_rcv': > > drivers/net/atari_91C111.c:584: error:

Re: [patch 1/2] m68k: Atari EtherNAT (SMC91C111) driver (updated)

2008-09-04 Thread Michael Schmitz
Interrupts are still missing, the driver operates from a timer routine instead. Thanks, updated. But... it doesn't seem to compile? drivers/net/atari_91C111.c: In function 'smc_rcv': drivers/net/atari_91C111.c:584: error: implicit declaration of function 'readsw' Odd - that should have been

Re: [patch 1/2] m68k: Atari EtherNAT (SMC91C111) driver (updated)

2008-09-04 Thread Geert Uytterhoeven
On Thu, 4 Sep 2008, Michael Schmitz wrote: > attached is the updated Atari EtherNAT aka SMC91C111 ethernet driver. The > driver is functional (i.e. does no longer mangle the first two bytes of a > packet). > > I had to fudge with the SMC_PUSH_DATA function (the register interface appears > to be l