|
@@ -36,8 +36,7 @@
|
|
|
|
|
|
Alan Cox : Removed 1.2 support, added 2.1 extra counters.
|
|
|
|
|
|
- Andrew Morton : andrewm@uow.edu.au
|
|
|
- : Kernel 2.3.48
|
|
|
+ Andrew Morton : Kernel 2.3.48
|
|
|
: Handle kmalloc() failures
|
|
|
: Other resource allocation fixes
|
|
|
: Add SMP locks
|
|
@@ -49,7 +48,7 @@
|
|
|
: Fixed an out-of-mem bug in dma_rx()
|
|
|
: Updated Documentation/networking/cs89x0.txt
|
|
|
|
|
|
- Andrew Morton : andrewm@uow.edu.au / Kernel 2.3.99-pre1
|
|
|
+ Andrew Morton : Kernel 2.3.99-pre1
|
|
|
: Use skb_reserve to longword align IP header (two places)
|
|
|
: Remove a delay loop from dma_rx()
|
|
|
: Replace '100' with HZ
|
|
@@ -57,11 +56,11 @@
|
|
|
: Added 'cs89x0_dma=N' kernel boot option
|
|
|
: Correctly initialise lp->lock in non-module compile
|
|
|
|
|
|
- Andrew Morton : andrewm@uow.edu.au / Kernel 2.3.99-pre4-1
|
|
|
+ Andrew Morton : Kernel 2.3.99-pre4-1
|
|
|
: MOD_INC/DEC race fix (see
|
|
|
: http://www.uwsg.indiana.edu/hypermail/linux/kernel/0003.3/1532.html)
|
|
|
|
|
|
- Andrew Morton : andrewm@uow.edu.au / Kernel 2.4.0-test7-pre2
|
|
|
+ Andrew Morton : Kernel 2.4.0-test7-pre2
|
|
|
: Enhanced EEPROM support to cover more devices,
|
|
|
: abstracted IRQ mapping to support CONFIG_ARCH_CLPS7500 arch
|
|
|
: (Jason Gunthorpe <jgg@ualberta.ca>)
|
|
@@ -156,7 +155,7 @@
|
|
|
#include "cs89x0.h"
|
|
|
|
|
|
static char version[] __initdata =
|
|
|
-"cs89x0.c: v2.4.3-pre1 Russell Nelson <nelson@crynwr.com>, Andrew Morton <andrewm@uow.edu.au>\n";
|
|
|
+"cs89x0.c: v2.4.3-pre1 Russell Nelson <nelson@crynwr.com>, Andrew Morton\n";
|
|
|
|
|
|
#define DRV_NAME "cs89x0"
|
|
|
|
|
@@ -1877,7 +1876,7 @@ MODULE_PARM_DESC(dmasize , "(ignored)");
|
|
|
MODULE_PARM_DESC(use_dma , "(ignored)");
|
|
|
#endif
|
|
|
|
|
|
-MODULE_AUTHOR("Mike Cruse, Russwll Nelson <nelson@crynwr.com>, Andrew Morton <andrewm@uow.edu.au>");
|
|
|
+MODULE_AUTHOR("Mike Cruse, Russwll Nelson <nelson@crynwr.com>, Andrew Morton");
|
|
|
MODULE_LICENSE("GPL");
|
|
|
|
|
|
|