lkml.org 
[lkml]   [1998]   [Aug]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectFDDI driver module support
Hi folks,

I've been working on a FDDI device driver module (using MODVERSIONS),
and I've noticed that it was necessary to modify the list of symbols in
net/netsyms.c to include both "fddi_setup" and "fddi_type_trans". This
was under 2.0.35. I downloaded 2.1.117 and made the necessary changes
to the driver, and I noticed that I still had to add an EXPORT line in
netsyms.c for "fddi_setup" (although "fddi_type_trans" was included that
time).

Was this simply an oversight or am I missing something? In case it was
an oversight, here's a patch against the clean 2.1.117 source for it.

--- linux/net/netsyms.c Sun Jul 26 23:35:58 1998
+++ linux.fddichanges/net/netsyms.c Wed Aug 26 21:03:10 1998
@@ -398,6 +398,7 @@
EXPORT_SYMBOL(dev_get_by_index);
EXPORT_SYMBOL(eth_type_trans);
#ifdef CONFIG_FDDI
+EXPORT_SYMBOL(fddi_setup);
EXPORT_SYMBOL(fddi_type_trans);
#endif /* CONFIG_FDDI */
EXPORT_SYMBOL(eth_copy_and_sum);

--
David Hollister Interphase Corporation dhollist@iphase.com
Software Engineer Dallas, TX
http://www.public.asu.edu/~dhollistbegin:vcard
n:Hollister;David
tel;work:602-705-7798
x-mozilla-html:FALSE
org:Interphase Corporation
adr:
version:2.1
email;internet:dhollist@iphase.com
title:Software Engineer
x-mozilla-cpt:;0
fn:David Hollister
end:vcard

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