diff options
Diffstat (limited to 'drivers/net/3c501.c')
| -rw-r--r-- | drivers/net/3c501.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/3c501.c b/drivers/net/3c501.c index 5ba4bab6d43e..7d15e7c6bcad 100644 --- a/drivers/net/3c501.c +++ b/drivers/net/3c501.c @@ -17,7 +17,7 @@ Annapolis MD 21403 Fixed (again!) the missing interrupt locking on TX/RX shifting. - Alan Cox <[email protected]> + Alan Cox <[email protected]> Removed calls to init_etherdev since they are no longer needed, and cleaned up modularization just a bit. The driver still allows only @@ -29,16 +29,16 @@ the board. Now getting 150K/second FTP with a 3c501 card. Still playing with a TX-TX optimisation to see if we can touch 180-200K/second as seems theoretically maximum. - 19950402 Alan Cox <[email protected]> + 19950402 Alan Cox <[email protected]> Cleaned up for 2.3.x because we broke SMP now. - 20000208 Alan Cox <[email protected]> + 20000208 Alan Cox <[email protected]> Check up pass for 2.5. Nothing significant changed - 20021009 Alan Cox <[email protected]> + 20021009 Alan Cox <[email protected]> Fixed zero fill corner case - 20030104 Alan Cox <[email protected]> + 20030104 Alan Cox <[email protected]> For the avoidance of doubt the "preferred form" of this code is one which @@ -104,7 +104,7 @@ static const char version[] = - DRV_NAME ".c: " DRV_VERSION " Alan Cox ([email protected]).\n"; + DRV_NAME ".c: " DRV_VERSION " Alan Cox ([email protected]).\n"; /* * Braindamage remaining: |