[PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-20 Thread Mithlesh Thukral
NetXen: Fix PPC architecture specific bugs Fixes some issues seen on Big endian machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |6 +++--- drivers/net/netxen/netxen_nic_hw.c |3 +-- dr

[PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-19 Thread Linsys Contractor Mithlesh Thukral
NetXen: Fix PPC architecture specific bugs Fixes some issues seen on Big endian machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Signed-off by: Mithlesh Thukral <[EMAIL PROTECTED]> --- drivers/net/netxen/netxen_nic.h |6 +++--- drivers/net/netxen/netxen_nic_hw.c |3 +-- dr

Re: [PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-17 Thread Amit Kale
On Friday 13 April 2007 21:24, Christoph Hellwig wrote: > On Fri, Apr 13, 2007 at 08:42:57AM -0700, Linsys Contractor Mithlesh Thukral wrote: > > NetXen: Configurable interrupts on PPC architecture > > This patch will add support to add command line argument to specify > > the interrupt type on a

Re: [PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-13 Thread Christoph Hellwig
On Fri, Apr 13, 2007 at 08:42:57AM -0700, Linsys Contractor Mithlesh Thukral wrote: > NetXen: Configurable interrupts on PPC architecture > This patch will add support to add command line argument to specify > the interrupt type on a PPC machine. Fixes some issues seen on Big endian > machines. >

[PATCH 6/7] NetXen: Fixes for Power PC architecture

2007-04-13 Thread Linsys Contractor Mithlesh Thukral
NetXen: Configurable interrupts on PPC architecture This patch will add support to add command line argument to specify the interrupt type on a PPC machine. Fixes some issues seen on Big endian machines. Signed-off by: Milan Bag <[EMAIL PROTECTED]> Acked-by: Mithlesh Thukral <[EMAIL PROTECTED]>