Re: [PATCH 2.6.17 1/9] NetXen: Makefile and ethtool interface

2006-07-06 Thread Pradeep Dalvi
Jeff, Thanks a lot for feedback. We are working on incorporating the feedback. And we will upload the entire single patch soon. Thanks, pradeep On Wednesday 05 July 2006 21:04, Jeff Garzik wrote: > Linsys Contractor Amit S. Kale wrote: > > +static int > > +netxen_nic_set_settings(struct net_de

Re: [PATCH 2.6.17 1/9] NetXen: Makefile and ethtool interface

2006-07-05 Thread Jeff Garzik
Linsys Contractor Amit S. Kale wrote: +static int +netxen_nic_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) +{ +struct netxen_port *port = netdev_priv(dev); +struct netxen_adapter *adapter = port->adapter; +struct netxen_niu_phy_status status; + +/* read which mod

[PATCH 2.6.17 1/9] NetXen: Makefile and ethtool interface

2006-07-05 Thread Linsys Contractor Amit S. Kale
diff -Naru linux-2.6.17.orig/drivers/net/Kconfig linux-2.6.17/drivers/net/Kconfig --- linux-2.6.17.orig/drivers/net/Kconfig 2006-07-05 01:15:38.740111318 -0700 +++ linux-2.6.17/drivers/net/Kconfig2006-07-05 01:18:13.066500584 -0700 @@ -2311,6 +2311,11 @@ If in doubt, say N.