patch-2.3.40 linux/drivers/net/setup.c

Next file: linux/drivers/net/shaper.c
Previous file: linux/drivers/net/plip.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.39/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -30,6 +30,7 @@
 extern int bigmac_probe(void); 
 extern int bmac_probe(void); 
 extern int cpm_enet_init(void); 
+extern int oaknet_init(void);
 extern int dlci_setup(void); 
 extern int dgrs_probe(void); 
 extern int dmfe_reg_board(void); 
@@ -162,6 +163,13 @@
 #endif
 #ifdef CONFIG_NCR885E
 	{ncr885e_probe, 0},
+#endif
+
+/*
+ *	IBM "Oak" Evaluation board
+ */
+#ifdef	CONFIG_OAKNET
+	{oaknet_init, 0},
 #endif
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)