Re: [PATCH 1/2] [DM9000] Added support for big-endian hosts

2007-08-27 Thread Laurent Pinchart
On Saturday 25 August 2007 06:31, Jeff Garzik wrote: > 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. > > > > Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> > > --- > > drivers/net/dm

Re: [PATCH 1/2] [DM9000] Added support for big-endian hosts

2007-08-24 Thread Jeff Garzik
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. Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> --- drivers/net/dm9000.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-

Re: [PATCH 1/2] [DM9000] Added support for big-endian hosts

2007-08-16 Thread Ben Dooks
On Thu, Aug 16, 2007 at 10:15:35AM +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. > > Signed-off-by: Laurent Pinchart <[EMAIL PROTECTED]> Acked-by: Ben Dooks <[EMAIL PROTECTED]> > --- >

[PATCH 1/2] [DM9000] Added support for big-endian hosts

2007-08-16 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