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
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
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
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
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
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
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
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.