From owner-cvs-all Wed Oct 10 20:30:12 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 8A58637B414; Wed, 10 Oct 2001 20:30:02 -0700 (PDT) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id UAA14712; Wed, 10 Oct 2001 20:12:30 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.3/8.11.3) id f9B3CTq14906; Wed, 10 Oct 2001 20:12:29 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200110110312.f9B3CTq14906@arch20m.dellroad.org> Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: "from Julian Elischer at Oct 10, 2001 09:19:35 pm" To: Julian Elischer Date: Wed, 10 Oct 2001 20:12:29 -0700 (PDT) Cc: Archie Cobbs , Makoto MATSUSHITA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 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 ? -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message