patch-1.3.78 linux/drivers/net/Space.c
Next file: linux/drivers/net/bsd_comp.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Mon Mar 25 08:58:20 1996
- Orig file:
v1.3.77/linux/drivers/net/Space.c
- Orig date:
Fri Mar 15 16:03:14 1996
diff -u --recursive --new-file v1.3.77/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -188,6 +188,22 @@
return 0;
}
+#ifdef CONFIG_SDLA
+ extern int sdla_init(struct device *);
+ static struct device sdla0_dev = { "sdla0", 0, 0, 0, 0, 0, 0, 0, 0, 0, NEXT_DEV, sdla_init, };
+
+# undef NEXT_DEV
+# define NEXT_DEV (&sdla0_dev)
+#endif
+
+/* This must be AFTER the various FRADs so it initializes FIRST! */
+
+#ifdef CONFIG_FRAD
+ extern int dlci_init(struct device *);
+ static struct device dlci_dev = { "dlci", 0, 0, 0, 0, 0, 0, 0, 0, 0, NEXT_DEV, dlci_init, };
+# undef NEXT_DEV
+# define NEXT_DEV (&dlci_dev)
+#endif
#ifdef CONFIG_NETROM
extern int nr_init(struct device *);
@@ -366,7 +382,7 @@
#endif
#endif
-
+
extern int loopback_init(struct device *dev);
struct device loopback_dev = {
"lo", /* Software Loopback interface */
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