patch-2.0.35 linux/net/protocols.c

Next file: linux/net/rose/Makefile
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.34/linux/net/protocols.c linux/net/protocols.c
@@ -28,6 +28,9 @@
 #ifdef CONFIG_NETROM
 #include <net/nrcall.h>
 #endif
+#ifdef CONFIG_ROSE
+#include <net/rosecall.h>
+#endif
 #endif
 #if defined(CONFIG_ATALK) || defined(CONFIG_ATALK_MODULE)
 #if ! ( defined(CONFIG_IPX) || defined(CONFIG_IPX_MODULE) )
@@ -60,9 +63,12 @@
   { "RIF",	rif_init },				/* RIF for Token ring		*/
 #endif  
 #ifdef CONFIG_AX25  
-  { "AX.25",	ax25_proto_init },
+  { "AX.25",	ax25_proto_init },			/* Amateur Radio AX.25 */
 #ifdef CONFIG_NETROM
-  { "NET/ROM",	nr_proto_init },
+  { "NET/ROM",	nr_proto_init },			/* Amateur Radio NET/ROM */
+#endif
+#ifdef CONFIG_ROSE
+  { "Rose",	rose_proto_init },			/* Amateur Radio X.25 PLP */
 #endif
 #endif  
 #ifdef	CONFIG_INET

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov