Re: [PATCH] [DM9000] Add support for big-endian hosts

2007-08-16 Thread Laurent Pinchart
On Tuesday 14 August 2007 20:25, Ben Dooks wrote: > On Tue, Aug 14, 2007 at 01:22:32PM +0200, Laurent Pinchart wrote: > > This patch splits the receive status in 8bit wide fields and convert the > > packet length from little endian to CPU byte order. > > Which version of the the kernel was this aga

Re: [PATCH] [DM9000] Add support for big-endian hosts

2007-08-14 Thread Ben Dooks
On Tue, Aug 14, 2007 at 01:22:32PM +0200, Laurent Pinchart wrote: > This patch splits the receive status in 8bit wide fields and convert the > packet length from little endian to CPU byte order. Which version of the the kernel was this against, it applies with fuzz to 2.6.23-rc3: $ patch -p1 < ~/

[PATCH] [DM9000] Add support for big-endian hosts

2007-08-14 Thread Laurent Pinchart
This patch splits the receive status in 8bit wide fields and convert the packet length from little endian to CPU byte order. Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> --- drivers/net/dm9000.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/ne