From owner-cvs-all Thu Oct 11 9:19:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 4F84B37B407 for ; Thu, 11 Oct 2001 09:19:35 -0700 (PDT) Received: (qmail 77463 invoked from network); 11 Oct 2001 16:19:33 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Oct 2001 16:19:33 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110110312.f9B3CTq14906@arch20m.dellroad.org> Date: Thu, 11 Oct 2001 09:18:58 -0700 (PDT) From: John Baldwin To: Archie Cobbs Subject: Re: cvs commit: src/release/i386 dokern.sh Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Makoto MATSUSHITA , Julian Elischer Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 -- 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