patch-1.3.19 linux/drivers/net/depca.c
Next file: linux/drivers/net/e2100.c
Previous file: linux/drivers/net/de4x5.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Aug 15 18:08:33 1995
- Orig file:
v1.3.18/linux/drivers/net/depca.c
- Orig date:
Sun Aug 13 14:45:31 1995
diff -u --recursive --new-file v1.3.18/linux/drivers/net/depca.c linux/drivers/net/depca.c
@@ -1817,8 +1817,9 @@
#ifdef MODULE
char kernel_version[] = UTS_RELEASE;
+static char devicename[9] = { 0, };
static struct device thisDepca = {
- " ", /* device name inserted by /linux/drivers/net/net_init.c */
+ devicename, /* device name is inserted by linux/drivers/net/net_init.c */
0, 0, 0, 0,
0x200, 7, /* I/O address, IRQ */
0, 0, 0, NULL, depca_probe };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this