Re: [PATCH] netxen: remove private ioctl

2006-12-26 Thread Amit S. Kale
On Friday 15 December 2006 21:27, Stephen Hemminger wrote: > The netxen driver includes a private ioctl that provides access > to functionality that is already available in other ways. The PCI > layer has application access hooks (see setpci), and the statistics > are available in ethtool/netstats.

Re: [PATCH] netxen: remove private ioctl

2006-12-15 Thread Christoph Hellwig
On Fri, Dec 15, 2006 at 07:57:08AM -0800, Stephen Hemminger wrote: > The netxen driver includes a private ioctl that provides access > to functionality that is already available in other ways. The PCI > layer has application access hooks (see setpci), and the statistics > are available in ethtool/n

[PATCH] netxen: remove private ioctl

2006-12-15 Thread Stephen Hemminger
The netxen driver includes a private ioctl that provides access to functionality that is already available in other ways. The PCI layer has application access hooks (see setpci), and the statistics are available in ethtool/netstats. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers