diff options
Diffstat (limited to 'drivers/net/forcedeth.c')
| -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 @@ | |||
| 108 | * 0.53: 19 Mar 2006: Fix init from low power mode and add hw reset. | 108 | * 0.53: 19 Mar 2006: Fix init from low power mode and add hw reset. |
| 109 | * 0.54: 21 Mar 2006: Fix spin locks for multi irqs and cleanup. | 109 | * 0.54: 21 Mar 2006: Fix spin locks for multi irqs and cleanup. |
| 110 | * 0.55: 22 Mar 2006: Add flow control (pause frame). | 110 | * 0.55: 22 Mar 2006: Add flow control (pause frame). |
| 111 | * 0.56: 22 Mar 2006: Additional ethtool config and moduleparam support. | ||
| 111 | * | 112 | * |
| 112 | * Known bugs: | 113 | * Known bugs: |
| 113 | * We suspect that on some hardware no TX done interrupts are generated. | 114 | * We suspect that on some hardware no TX done interrupts are generated. |
| @@ -119,7 +120,7 @@ | |||
| 119 | * DEV_NEED_TIMERIRQ will not harm you on sane hardware, only generating a few | 120 | * DEV_NEED_TIMERIRQ will not harm you on sane hardware, only generating a few |
| 120 | * superfluous timer interrupts from the nic. | 121 | * superfluous timer interrupts from the nic. |
| 121 | */ | 122 | */ |
| 122 | #define FORCEDETH_VERSION "0.55" | 123 | #define FORCEDETH_VERSION "0.56" |
| 123 | #define DRV_NAME "forcedeth" | 124 | #define DRV_NAME "forcedeth" |
| 124 | 125 | ||
| 125 | #include <linux/module.h> | 126 | #include <linux/module.h> |
