Date: Thu, 11 Oct 2001 09:18:58 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: Archie Cobbs <archie@dellroad.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Makoto MATSUSHITA <matusita@jp.FreeBSD.org>, Julian Elischer <julian@elischer.org> Subject: Re: cvs commit: src/release/i386 dokern.sh Message-ID: <XFMail.011011091858.jhb@FreeBSD.org> In-Reply-To: <200110110312.f9B3CTq14906@arch20m.dellroad.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11-Oct-01 Archie Cobbs wrote: > Julian Elischer writes: >> > > * compile all kernel modules. >> > > * copied *.kld into single directory. >> > > * run 'ld -Bshareable -o merged.ko *.kld'. >> > > some modules conflicts about function definition. The >> > > conflicted modules pair are: >> > > if_sl/if_ppp >> > > nfsserver/nfsclient >> > > ng_sync_ar/if_ar >> > > ng_sync/sr/if_sr >> >> ar and sr are the same files compiled differently.. >> for netgraph and non_netgraph code.. >> >> you need to leace SOME ng nodes if you want to use pppoe.. >> >> > > ng_vjc/if_ppp >> >> if_ppp has some vjc code in it I think... > > Ah yes.. ng_vjc does include net/slcompress.c as part of > the module (in case the kernel you're loading it into > doesn't). if_ppp must do the same thing. > > Maybe the slcompress.c code should be built as its own module, > which then becomes a dependency of ng_vjc and if_ppp ? The same thing could be done with a nfs_common.ko for the common code shared between nfsclient and nfsserver. > -Archie -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011011091858.jhb>