|
@@ -17,7 +17,7 @@
|
|
Annapolis MD 21403
|
|
Annapolis MD 21403
|
|
|
|
|
|
Fixed (again!) the missing interrupt locking on TX/RX shifting.
|
|
Fixed (again!) the missing interrupt locking on TX/RX shifting.
|
|
- Alan Cox <Alan.Cox@linux.org>
|
|
|
|
|
|
+ Alan Cox <alan@lxorguk.ukuu.org.uk>
|
|
|
|
|
|
Removed calls to init_etherdev since they are no longer needed, and
|
|
Removed calls to init_etherdev since they are no longer needed, and
|
|
cleaned up modularization just a bit. The driver still allows only
|
|
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
|
|
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
|
|
with a TX-TX optimisation to see if we can touch 180-200K/second as seems
|
|
theoretically maximum.
|
|
theoretically maximum.
|
|
- 19950402 Alan Cox <Alan.Cox@linux.org>
|
|
|
|
|
|
+ 19950402 Alan Cox <alan@lxorguk.ukuu.org.uk>
|
|
|
|
|
|
Cleaned up for 2.3.x because we broke SMP now.
|
|
Cleaned up for 2.3.x because we broke SMP now.
|
|
- 20000208 Alan Cox <alan@redhat.com>
|
|
|
|
|
|
+ 20000208 Alan Cox <alan@lxorguk.ukuu.org.uk>
|
|
|
|
|
|
Check up pass for 2.5. Nothing significant changed
|
|
Check up pass for 2.5. Nothing significant changed
|
|
- 20021009 Alan Cox <alan@redhat.com>
|
|
|
|
|
|
+ 20021009 Alan Cox <alan@lxorguk.ukuu.org.uk>
|
|
|
|
|
|
Fixed zero fill corner case
|
|
Fixed zero fill corner case
|
|
- 20030104 Alan Cox <alan@redhat.com>
|
|
|
|
|
|
+ 20030104 Alan Cox <alan@lxorguk.ukuu.org.uk>
|
|
|
|
|
|
|
|
|
|
For the avoidance of doubt the "preferred form" of this code is one which
|
|
For the avoidance of doubt the "preferred form" of this code is one which
|
|
@@ -104,7 +104,7 @@
|
|
|
|
|
|
|
|
|
|
static const char version[] =
|
|
static const char version[] =
|
|
- DRV_NAME ".c: " DRV_VERSION " Alan Cox (alan@redhat.com).\n";
|
|
|
|
|
|
+ DRV_NAME ".c: " DRV_VERSION " Alan Cox (alan@lxorguk.ukuu.org.uk).\n";
|
|
|
|
|
|
/*
|
|
/*
|
|
* Braindamage remaining:
|
|
* Braindamage remaining:
|