[parisc-linux-cvs] Removed lasi_82596 entries from Space.c

Richard Hirst rhirst@linuxcare.com
Wed, 14 Feb 2001 18:37:30 +0000


Alan wont accept these entries to Space.c because drivers should work
via init_etherdev() now.  In our case the entries didn't serve any
useful purpose anyway, and probing is initiated from drivers/gsc/lan.c.
When probed via Space.c entries, dev->irq would be zero and the 82596
probe function would simply exit.  We have an asp_i82596_probe()
function also, which wasn't in Space.c anyway.

Richard


RCS file: /home/cvs/parisc/linux/drivers/net/Space.c,v
retrieving revision 1.9
diff -u -r1.9 Space.c
--- Space.c     2001/01/25 00:01:14     1.9
+++ Space.c     2001/02/14 18:26:03
@@ -62,7 +62,6 @@
 extern int eth16i_probe(struct net_device *);
 extern int depca_probe(struct net_device *);
 extern int i82596_probe(struct net_device *);
-extern int lasi_i82596_probe(struct net_device *);
 extern int ewrk3_probe(struct net_device *);
 extern int de4x5_probe(struct net_device *);
 extern int el1_probe(struct net_device *);
@@ -289,9 +288,6 @@
 #endif
 #if defined(CONFIG_APRICOT) || defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET)     /* Intel I82596 */
        {i82596_probe, 0},
-#endif
-#ifdef CONFIG_LASI_82596       /* HPPA Lasi ethernet */
-       {lasi_i82596_probe, 0},
 #endif
 #ifdef CONFIG_EL1              /* 3c501 */
        {el1_probe, 0},