patch-2.2.0-pre6 linux/net/core/dev.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/net/bridge/br_tree.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Jan 7 09:26:41 1999
- Orig file:
v2.2.0-pre5/linux/net/core/dev.c
- Orig date:
Tue Dec 22 14:16:59 1998
diff -u --recursive --new-file v2.2.0-pre5/linux/net/core/dev.c linux/net/core/dev.c
@@ -1841,7 +1841,11 @@
extern void dlci_setup(void);
extern int dmascc_init(void);
extern int sm_init(void);
-extern int baycom_init(void);
+
+extern int baycom_ser_fdx_init(void);
+extern int baycom_ser_hdx_init(void);
+extern int baycom_par_init(void);
+
extern int lapbeth_init(void);
extern void arcnet_init(void);
extern void ip_auto_config(void);
@@ -1912,8 +1916,14 @@
#if defined(CONFIG_SDLA)
sdla_setup();
#endif
-#if defined(CONFIG_BAYCOM)
- baycom_init();
+#if defined(CONFIG_BAYCOM_PAR)
+ baycom_par_init();
+#endif
+#if defined(CONFIG_BAYCOM_SER_FDX)
+ baycom_ser_fdx_init();
+#endif
+#if defined(CONFIG_BAYCOM_SER_HDX)
+ baycom_ser_hdx_init();
#endif
#if defined(CONFIG_SOUNDMODEM)
sm_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov