diff options
author | Ayaz Abdulla <aabdulla@nvidia.com> | 2006-06-10 22:48:24 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-06-11 09:25:16 -0400 |
commit | ebe611a48378f8f5c347d86dc403a2d56c320f1c (patch) | |
tree | 7c76f60f82b1434e5c79caf2000a10a1c9b10ea0 /drivers/net | |
parent | 69fe3fd7b1adac55f794cb2b34cb1c13a0b19f05 (diff) | |
download | talos-obmc-linux-ebe611a48378f8f5c347d86dc403a2d56c320f1c.tar.gz talos-obmc-linux-ebe611a48378f8f5c347d86dc403a2d56c320f1c.zip |
[PATCH] forcedeth config: version
This patch bumps up the version number for config support.
Signed-Off-By: Ayaz Abdulla <aabdulla@nvidia.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/forcedeth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c index e69a043c473e..0e7131028b9f 100644 --- a/drivers/net/forcedeth.c +++ b/drivers/net/forcedeth.c @@ -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> |