Re: [PATCH 07/24 for-2.6.25] DM9000: Add initial ethtool support

2008-02-06 Thread Ben Dooks
On Tue, Feb 05, 2008 at 11:50:45PM +0100, Francois Romieu wrote: Ben Dooks [EMAIL PROTECTED] : Add support for ethtool operations for the DM9000. Signed-off-by: Ben Dooks [EMAIL PROTECTED] Index: linux-2.6.24-quilt3/drivers/net/dm9000.c

Re: [PATCH 07/24 for-2.6.25] DM9000: Add initial ethtool support

2008-02-06 Thread Francois Romieu
Ben Dooks [EMAIL PROTECTED] : [...] The next patch in the series changes the locking. Do you mean patch #08 ? If so it does not fix this bug: the very first line in dm9000_phy_read includes a spinlock statement. -- Ueimor -- To unsubscribe from this list: send the line unsubscribe netdev in

Re: [PATCH 07/24 for-2.6.25] DM9000: Add initial ethtool support

2008-02-06 Thread Ben Dooks
On Wed, Feb 06, 2008 at 10:52:54PM +0100, Francois Romieu wrote: Ben Dooks [EMAIL PROTECTED] : [...] The next patch in the series changes the locking. Do you mean patch #08 ? Sorry, looked at the wrong patch, it is #11 which changes the locking for address register accesses. -- Ben

Re: [PATCH 07/24 for-2.6.25] DM9000: Add initial ethtool support

2008-02-05 Thread Francois Romieu
Ben Dooks [EMAIL PROTECTED] : Add support for ethtool operations for the DM9000. Signed-off-by: Ben Dooks [EMAIL PROTECTED] Index: linux-2.6.24-quilt3/drivers/net/dm9000.c === --- linux-2.6.24-quilt3.orig/drivers/net/dm9000.c

[PATCH 07/24 for-2.6.25] DM9000: Add initial ethtool support

2008-02-04 Thread Ben Dooks
Add support for ethtool operations for the DM9000. Signed-off-by: Ben Dooks [EMAIL PROTECTED] Index: linux-2.6.24-quilt3/drivers/net/dm9000.c === --- linux-2.6.24-quilt3.orig/drivers/net/dm9000.c +++