[PATCH 0/4] m68k/atari: Add ARAnyM support

2011-02-06 Thread Geert Uytterhoeven
This patch series add improved support for running under the ARAnyM emulator (Atari Running on Any Machine - http://aranym.org/). Without these patches, you can run a Linux/m68k kernel with Atari support under ARAnyM (it emulates the IDE interface), but you can't have network and console access.

[PATCH 1/4] m68k/atari: Initial ARAnyM support

2011-02-06 Thread Geert Uytterhoeven
From: Michael Schmitz schm...@opal.biophys.uni-duesseldorf.de Should be signed off by Petr, really. [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- Changelog: - Export native feature API, - Remove bogus line from

[PATCH 2/4] m68k/atari: ARAnyM - Add support for block access

2011-02-06 Thread Geert Uytterhoeven
From: Roman Zippel zip...@linux-m68k.org Signed-off-by: Roman Zippel zip...@linux-m68k.org [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz --- Changelog: - Wrap natfeat calls Add wrappers with proper prototypes for

[PATCH 4/4] m68k/atari: ARAnyM - Add support for network access

2011-02-06 Thread Geert Uytterhoeven
From: Michael Schmitz schm...@opal.biophys.uni-duesseldorf.de Should be signed off by Milan and Petr, really. [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz Cc: Milan Jurik m.ju...@sh.cvut.cz Cc: net...@vger.kernel.org

Re: [Aranym-dev] [PATCH 0/4] m68k/atari: Add ARAnyM support

2011-02-06 Thread Petr Stehlik
Geert Uytterhoeven píše v Ne 06. 02. 2011 v 11:51 +0100: Questions: - Who should be listed as author for patches 1 and 4? initial authors are 1 - Petr Stehlik 4 - Milan Jurik, Petr Stehlik but of course Michael Schmitz a Roman Zippel updated and reworked the ARAnyM support in the linux

Re: [PATCH 3/4] m68k/atari: ARAnyM - Add support for console access

2011-02-06 Thread Petr Stehlik
Geert Uytterhoeven píše v Ne 06. 02. 2011 v 11:51 +0100: From: Roman Zippel zip...@linux-m68k.org Signed-off-by: Roman Zippel zip...@linux-m68k.org [geert] Cleanups and updates Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Petr Stehlik psteh...@sophics.cz Signed-off-by: Petr

Re: [Aranym-dev] [PATCH 4/4] m68k/atari: ARAnyM - Add support for network access

2011-02-06 Thread Milan Jurik
Hi, Signed-off-by: Milan Jurik milan.ju...@xylab.cz The original e-mail address is dead for some time. Best regards, Milan Geert Uytterhoeven píše v ne 06. 02. 2011 v 11:51 +0100: From: Michael Schmitz schm...@opal.biophys.uni-duesseldorf.de Should be signed off by Milan and Petr, really.

Re: [PATCH 4/4] m68k/atari: ARAnyM - Add support for network access

2011-02-06 Thread David Miller
From: Geert Uytterhoeven ge...@linux-m68k.org Date: Sun, 6 Feb 2011 11:51:09 +0100 + dev-trans_start = jiffies; Device drivers no longer make this operation, the generic code does it (see net/core/dev.c:dev_hard_start_xmit() and how it invokes txq_trans_update() on -ndo_start_xmit()