for net drivers 3c509, acenic, ni52, and skfp.
Via Dave Jones.
v1.18 12Mar2001 Andrew Morton <andrewm@uow.edu.au>
- Avoid bogus detect of 3c590's (Andrzej Krzysztofowicz)
- Reviewed against 1.18 from scyld.com
- v1.18 17Nov2001 Jeff Garzik <jgarzik@mandrakesoft.com>
+ v1.18a 17Nov2001 Jeff Garzik <jgarzik@mandrakesoft.com>
- ethtool support
*/
ace_set_rxtx_parms(dev, 0);
if (board_idx == BOARD_IDX_OVERFLOW) {
- printk(KERN_WARNING "%s: more then %i NICs detected, "
+ printk(KERN_WARNING "%s: more than %i NICs detected, "
"ignoring module parameters!\n",
dev->name, ACE_MAX_MOD_PARMS);
} else if (board_idx >= 0) {
* The internal sysbus seems to be slow. So we often lose packets because of
* overruns while receiving from a fast remote host.
* This can slow down TCP connections. Maybe the newer ni5210 cards are better.
- * my experience is, that if a machine sends with more then about 500-600K/s
+ * my experience is, that if a machine sends with more than about 500-600K/s
* the fifo/sysbus overflows.
*
* IMPORTANT NOTE:
/* WARNING :
* EVENT_PCM* must be last in the above list
- * if more then two ports are used, EVENT_PCM .. EVENT_PCMA+NUM_PHYS-1
+ * if more than two ports are used, EVENT_PCM .. EVENT_PCMA+NUM_PHYS-1
* are used !
*/