patch-2.1.132 linux/drivers/net/Space.c

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

diff -u --recursive --new-file v2.1.131/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -111,6 +111,8 @@
 extern int hplance_probe(struct device *dev);
 extern int via_rhine_probe(struct device *dev);
 extern int tc515_probe(struct device *dev);
+extern int lance_probe(struct device *dev);
+extern int rcpci_probe(struct device *);
 
 /* Gigabit Ethernet adapters */
 extern int yellowfin_probe(struct device *dev);
@@ -169,6 +171,9 @@
 #ifdef CONFIG_DGRS
 	{dgrs_probe, 0},
 #endif
+#ifdef CONFIG_RCPCI
+	{rcpci_probe, 0},
+#endif
 #ifdef CONFIG_VORTEX
 	{tc59x_probe, 0},
 #endif
@@ -297,6 +302,9 @@
 #ifdef CONFIG_NE2000		/* ISA (use ne2k-pci for PCI cards) */
 	{ne_probe, 0},
 #endif
+#ifdef CONFIG_LANCE		/* ISA/VLB (use pcnet32 for PCI cards) */
+	{lance_probe, 0},
+#endif
 #ifdef CONFIG_SMC9194
 	{smc_init, 0},
 #endif
@@ -709,6 +717,9 @@
 #endif
 #ifdef CONFIG_SKTR
 	&& sktr_probe(dev)
+#endif
+#ifdef CONFIG_SMCTR
+	&& smctr_probe(dev)
 #endif
 	&& 1 ) {
 	return 1;	/* -ENODEV or -EAGAIN would be more accurate. */

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