The patch titled forcedeth config: version has been added to the -mm tree. Its filename is forcedeth-config-version.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: forcedeth config: version From: Ayaz Abdulla <aabdulla@xxxxxxxxxx> This patch bumps up the version number for config support. Signed-off-by: Ayaz Abdulla <aabdulla@xxxxxxxxxx> Cc: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/forcedeth.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/net/forcedeth.c~forcedeth-config-version drivers/net/forcedeth.c --- 25/drivers/net/forcedeth.c~forcedeth-config-version Fri Jun 2 15:58:10 2006 +++ 25-akpm/drivers/net/forcedeth.c Fri Jun 2 15:58:10 2006 @@ -108,6 +108,7 @@ * 0.53: 19 Mar 2006: Fix init from low power mode and add hw reset. * 0.54: 21 Mar 2006: Fix spin locks for multi irqs and cleanup. * 0.55: 22 Mar 2006: Add flow control (pause frame). + * 0.56: 22 Mar 2006: Additional ethtool config and moduleparam support. * * Known bugs: * We suspect that on some hardware no TX done interrupts are generated. @@ -119,7 +120,7 @@ * DEV_NEED_TIMERIRQ will not harm you on sane hardware, only generating a few * superfluous timer interrupts from the nic. */ -#define FORCEDETH_VERSION "0.55" +#define FORCEDETH_VERSION "0.56" #define DRV_NAME "forcedeth" #include <linux/module.h> _ Patches currently in -mm which might be from aabdulla@xxxxxxxxxx are implement-get--set-tso-for-forcedeth-driver.patch git-netdev-all.patch forcedeth-config-ring-sizes.patch forcedeth-config-flow-control.patch forcedeth-config-phy.patch forcedeth-config-wol.patch forcedeth-config-csum.patch forcedeth-config-tso.patch forcedeth-config-statistics.patch forcedeth-config-diagnostics.patch forcedeth-config-module-parameters.patch forcedeth-config-version.patch forcedeth-new-device-ids.patch lock-validator-forcedethc-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html