2.0.34pre8 broke the epic driver. Patch included.

Daniel Ryde (ryde@tripnet.se)
Thu, 16 Apr 1998 21:22:22 +0200 (CEST)


Here it is:

--- linux/drivers/net/Space.c.orig Thu Apr 16 20:57:11 1998
+++ linux/drivers/net/Space.c Thu Apr 16 20:58:09 1998
@@ -82,7 +82,7 @@
extern int hydra_probe(struct device *);
extern int yellowfin_probe(struct device *);
extern int eepro100_probe(struct device *);
-extern int epic_probe(struct device *);
+extern int epic100_probe(struct device *);
extern int rtl8139_probe(struct device *);
extern int tlan_probe(struct device *);
extern int isa515_probe(struct device *);
@@ -112,8 +112,8 @@
#ifdef CONFIG_EEXPRESS_PRO100B /* Intel EtherExpress Pro100B */
&& eepro100_probe(dev)
#endif
-#ifdef CONFIG_SMC_EPIC
- && epic_probe(dev)
+#ifdef CONFIG_EPIC
+ && epic100_probe(dev)
#endif
#if defined(CONFIG_HP100)
&& hp100_probe(dev)

/D.Ryde

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu