The patch titled forcedeth: version bump has been added to the -mm tree. Its filename is forcedeth-version-bump.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: forcedeth: version bump From: Ayaz Abdulla <aabdulla@xxxxxxxxxx> This patch bumps up the version. Signed-off-by: Ayaz Abdulla <aabdulla@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/forcedeth.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/net/forcedeth.c~forcedeth-version-bump drivers/net/forcedeth.c --- a/drivers/net/forcedeth.c~forcedeth-version-bump +++ a/drivers/net/forcedeth.c @@ -112,6 +112,7 @@ * 0.58: 30 Oct 2006: Added support for sideband management unit. * 0.59: 30 Oct 2006: Added support for recoverable error. * 0.60: 20 Jan 2007: Code optimizations for rings, rx & tx data paths, and stats. + * 0.61: 21 May 2007: Fix power management code, cpu mask, and added vitesse phy. * * Known bugs: * We suspect that on some hardware no TX done interrupts are generated. @@ -128,7 +129,7 @@ #else #define DRIVERNAPI #endif -#define FORCEDETH_VERSION "0.60" +#define FORCEDETH_VERSION "0.61" #define DRV_NAME "forcedeth" #include <linux/module.h> @@ -5638,6 +5639,7 @@ MODULE_PARM_DESC(dma_64bit, "High DMA is MODULE_AUTHOR("Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>"); MODULE_DESCRIPTION("Reverse Engineered nForce ethernet driver"); MODULE_LICENSE("GPL"); +MODULE_VERSION(FORCEDETH_VERSION); MODULE_DEVICE_TABLE(pci, pci_tbl); _ Patches currently in -mm which might be from aabdulla@xxxxxxxxxx are forcedeth-add-vitesse-phy.patch forcedeth-fix-power-management-support.patch forcedeth-fix-cpu-irq-mask.patch forcedeth-version-bump.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