lkml.org 
[lkml]   [1998]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.0.34pre8 broke the epic driver. Patch included.
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

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.064 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site