patch-1.3.82 linux/drivers/net/Space.c
Next file: linux/drivers/net/lance.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Apr 1 10:46:29 1996
- Orig file:
v1.3.81/linux/drivers/net/Space.c
- Orig date:
Mon Mar 25 08:58:20 1996
diff -u --recursive --new-file v1.3.81/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -198,7 +198,7 @@
/* This must be AFTER the various FRADs so it initializes FIRST! */
-#ifdef CONFIG_FRAD
+#ifdef CONFIG_DLCI
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
@@ -279,6 +279,14 @@
#define NEXT_DEV (&slip_bootstrap)
#endif /* SLIP */
+#if defined(CONFIG_STRIP)
+extern int strip_init_ctrl_dev(struct device *);
+static struct device strip_bootstrap = {
+ "strip_proto", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NEXT_DEV, strip_init_ctrl_dev, };
+#undef NEXT_DEV
+#define NEXT_DEV (&strip_bootstrap)
+#endif /* STRIP */
+
#if defined(CONFIG_PPP)
extern int ppp_init(struct device *);
static struct device ppp_bootstrap = {
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