Re: [PATCH 2/9] NetXen 1G/10G driver

2006-04-05 Thread Bryan O'Sullivan
On Sat, 2006-04-01 at 05:16 -0800, Linsys Contractor Amit S. Kale wrote: > +extern char * netxen_nic_driver_string; > +extern void netxen_update_stats(struct netxen_port *port); > +extern void netxen_change_ringparam(struct netxen_adapter_s *adapter); > +extern int rom_fast_read(struct netxen_adap

Re: [PATCH 2/9] NetXen 1G/10G driver

2006-04-04 Thread Amit Kale
Thanks. We'll implement these along with the changes suggested by others and post this driver again. -Amit On Tuesday 04 Apr 2006 1:11 am, Francois Romieu wrote: > Linsys Contractor Amit S. Kale <[EMAIL PROTECTED]> : > > diff -Naru linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c > > lin

Re: [PATCH 2/9] NetXen 1G/10G driver

2006-04-03 Thread Stephen Hemminger
O > > +static int > > +netxen_nic_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) > > +{ > > +// can't implement as WOL register is not known !! > > +return 0; > > If it can not be implemented, it should return something < 0, say -EINVAL. > ethtool does the right

Re: [PATCH 2/9] NetXen 1G/10G driver

2006-04-03 Thread Francois Romieu
Linsys Contractor Amit S. Kale <[EMAIL PROTECTED]> : > diff -Naru linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c > linux-2.6.16/drivers/net/netxen/netxen_nic_ethtool.c > --- linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c 1969-12-31 > 16:00:00.0 -0800 > +++ linux-2.6.

[PATCH 2/9] NetXen 1G/10G driver

2006-04-01 Thread Linsys Contractor Amit S. Kale
diff -Naru linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c linux-2.6.16/drivers/net/netxen/netxen_nic_ethtool.c --- linux-2.6.16_orig/drivers/net/netxen/netxen_nic_ethtool.c 1969-12-31 16:00:00.0 -0800 +++ linux-2.6.16/drivers/net/netxen/netxen_nic_ethtool.c2006-03-24