Re: [PATCH 0/4] NetXen: Initialization, link status and other bug fixes

2007-06-08 Thread wendy xiong
On Thu, 2007-06-07 at 04:28 -0700, Mithlesh Thukral wrote: > Hi All, > > I will be sending bug fixes related to initialization, link status and > some compile issues of NetXen's 1/10G Ethernet driver in subsequent > mails. > These patches are wrt netdev#upstream-fixes. > > Regards, > Mithlesh T

Re: [PATCH 5/5] NetXen: Fix link status messages

2007-06-06 Thread wendy xiong
On Sun, 2007-06-03 at 11:51 -0400, Jeff Garzik wrote: > Mithlesh Thukral wrote: > > NetXen: Correct link status messages. > > This patch will fix the problem of wrong link status messages > > that were reported. > > > > Signed-off by: Wen Xiong <[EMAIL PROTECTED]> > > Signed-off by: Mithlesh Thuk

Re: [PATCH 3/5] NetXen: Add NETXEN prefix to macros

2007-06-06 Thread wendy xiong
On Wed, 2007-06-06 at 14:05 -0400, Jeff Garzik wrote: > On Wed, Jun 06, 2007 at 12:52:44PM -0500, wendy xiong wrote: > > On Sun, 2007-06-03 at 11:50 -0400, Jeff Garzik wrote: > > > Mithlesh Thukral wrote: > > > > NetXen: Add NETXEN prefix to a macro > > > &g

Re: [PATCH 4/5] NetXen: Fix ping issue

2007-06-06 Thread wendy xiong
t. But on some platform, looks netxen adapter didn't initilization correctly after system boot up, so have to re-load the firmware again in probe routine. Also re-initilization netxen_config_0 and netxen_config_1 registers. Let me know if you have any question for this patch. Thanks Wendy

Re: [PATCH 3/5] NetXen: Add NETXEN prefix to macros

2007-06-06 Thread wendy xiong
fore USER_START in netxen device driver, then netxen driver can be compiled correctly in 2.6.9 kernel. Let me know if you any question for this patch. Thanks, wendy Xiong - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] e1000: Work around 82571 completion timout on Pseries HW

2007-05-17 Thread wendy xiong
On Thu, 2007-05-17 at 17:04 -0400, Jeff Garzik wrote: > Wen Xiong wrote: > > Here there are not hardware issue on both Intel or PPC. The patch is to > > work around a loop hold on early version of PCI SGI spec. > > The later PCI Sgi have spec have corrected it. We can just implement it > > fo

Re: [patch 1/1] icom: Add new sub-device-id to support new adapter

2007-05-15 Thread wendy xiong
Hi Andrew, I have tested this with new adapter on our systems. I didn't get comments since I sent out last Wednesday. Could you help me with this patch? Thank you very much! Wendy On Wed, 2007-05-09 at 17:36 -0500, wendy xiong wrote: > This patch add new sub-device-id to support new

[patch 1/1] icom: Add new sub-device-id to support new adapter

2007-05-09 Thread wendy xiong
This patch add new sub-device-id to support new adapter and changed the interrupt irq number for unsigned char to unsigned int. Signed-off by: Wendy Xiong <[EMAIL PROTECTED]> diff -Nuar linux-2.6.21-rc7.orig/drivers/serial/icom.c linux-2.6.21-rc7.new/drivers/serial/icom.c --- linux-2.6.