lkml.org 
[lkml]   [1999]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: [2.2.0-pre4 and earlier] 8390 module dependencies
Date
Ok can people seeing the 8390 symbol problems try something like this
(untested but should be right ...)


--- linux.vanilla/drivers/net/Makefile Thu Dec 31 18:10:42 1998
+++ linux.ac/drivers/net/Makefile Mon Jan 4 14:20:58 1999
@@ -823,10 +838,10 @@
# If anything built-in uses the 8390, then build it into the kernel also.
# If not, but a module uses it, build as a module.
ifdef CONFIG_8390_BUILTIN
-L_OBJS += 8390.o
+LX_OBJS += 8390.o
else
ifdef CONFIG_8390_MODULE
- M_OBJS += 8390.o
+ MX_OBJS += 8390.o
endif
endif

--- linux.vanilla/drivers/net/8390.c Mon Dec 28 23:09:42 1998
+++ linux.ac/drivers/net/8390.c Mon Jan 4 14:17:32 1999
@@ -1105,6 +1105,11 @@
outb_p(E8390_NODMA+E8390_TRANS+E8390_START, e8390_base+E8390_CMD);
}

+EXPORT_SYMBOL(ethdev_init);
+EXPORT_SYMBOL(ei_close);
+EXPORT_SYMBOL(ei_interrupt);
+EXPORT_SYMBOL(NS8390_init);
+
#ifdef MODULE

struct module *NS8390_module = NULL;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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