patch-2.0.26 linux/drivers/net/depca.c
Next file: linux/drivers/net/ewrk3.c
Previous file: linux/drivers/net/de4x5.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sat Nov 9 19:31:38 1996
- Orig file:
v2.0.25/linux/drivers/net/depca.c
- Orig date:
Wed Aug 21 09:18:08 1996
diff -u --recursive --new-file v2.0.25/linux/drivers/net/depca.c linux/drivers/net/depca.c
@@ -37,9 +37,7 @@
I have benchmarked the driver with a DE100 at 595kB/s to (542kB/s from)
a DECstation 5000/200.
- The author may be reached at davies@wanton.lkg.dec.com or
- davies@maniac.ultranet.com or Digital Equipment Corporation, 550 King
- Street, Littleton MA 01460.
+ The author may be reached at davies@maniac.ultranet.com
=========================================================================
@@ -208,7 +206,7 @@
=========================================================================
*/
-static const char *version = "depca.c:v0.43 96/8/16 davies@wanton.lkg.dec.com\n";
+static const char *version = "depca.c:v0.43 96/8/16 davies@maniac.ultranet.com\n";
#include <linux/module.h>
@@ -650,7 +648,7 @@
status = -ENXIO;
}
if (!status) {
- if (depca_debug > 0) {
+ if (depca_debug > 1) {
printk(version);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov