patch-2.2.19 linux/drivers/net/Space.c
Next file: linux/drivers/net/cosa.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Sun Mar 25 11:37:34 2001
- Orig file:
v2.2.18/drivers/net/Space.c
- Orig date:
Sun Mar 25 11:28:25 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/drivers/net/Space.c linux/drivers/net/Space.c
@@ -64,6 +64,7 @@
extern int fmv18x_probe(struct device *);
extern int eth16i_probe(struct device *);
extern int depca_probe(struct device *);
+extern int lp486e_probe(struct device *);
extern int i82596_probe(struct device *);
extern int ewrk3_probe(struct device *);
extern int de4x5_probe(struct device *);
@@ -126,6 +127,7 @@
extern int rcpci_probe(struct device *);
extern int dmfe_probe(struct device *);
extern int sktr_probe(struct device *dev);
+extern int starfire_probe(struct device *dev);
/* Gigabit Ethernet adapters */
extern int yellowfin_probe(struct device *dev);
@@ -277,9 +279,12 @@
#ifdef CONFIG_VIA_RHINE
{via_rhine_probe, 0},
#endif
-#ifdef CONFI_NET_DM9102
+#ifdef CONFIG_NET_DM9102
{dmfe_probe, 0},
-#endif
+#endif
+#ifdef CONFIG_ADAPTEC_STARFIRE
+ {starfire_probe, 0},
+#endif
{NULL, 0},
};
@@ -419,6 +424,9 @@
#endif
#if defined(CONFIG_APRICOT) || defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */
{i82596_probe, 0},
+#endif
+#if defined(CONFIG_LP486E)
+ {lp486e_probe, 0},
#endif
#ifdef CONFIG_EL1 /* 3c501 */
{el1_probe, 0},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)