From owner-cvs-all Sun Sep 8 12: 3:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A69737B400; Sun, 8 Sep 2002 12:03:51 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B0A43E4A; Sun, 8 Sep 2002 12:03:48 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [IPv6:::1]) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6) with ESMTP id g88J3jD8061675; Sun, 8 Sep 2002 21:03:46 +0200 (SAT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.6/8.12.6/Submit) id g88J3jxW061674; Sun, 8 Sep 2002 21:03:45 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200209081903.g88J3jxW061674@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/release/i386 dokern.sh drivers.conf src/sys/i386/conf GENERIC In-Reply-To: <200209051545.g85Fj2it040091@freefall.freebsd.org> from "David E. O'Brien" at "Sep 5, 2002 08:45:01 am" To: obrien@FreeBSD.org (David E. O'Brien) Date: Sun, 8 Sep 2002 21:03:45 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > obrien 2002/09/05 08:45:01 PDT > > Modified files: > release/i386 dokern.sh drivers.conf > sys/i386/conf GENERIC > Log: > Statically compile pcn(4) into the install kernel vs. using as module. > lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach. > I.e. pcn(4) gets first chance. There is a problem however in that pcn(4) > was moved out of the install kernel so that the module would be used. > This however causes bad installs if one has an AMD PCnet/FAST NIC. > > Revision Changes Path > 1.63 +0 -1 src/release/i386/dokern.sh > 1.9 +1 -2 src/release/i386/drivers.conf > 1.362 +1 -1 src/sys/i386/conf/GENERIC > This cause a release build to fail when trying to build the kernel for the kern.flp floppy because miibus is not compiled into the kernel: ############################ rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -Os -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding /usr/src/sys/pci/if_pcn.c:96:23: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/BOOTMFS. *** Error code 1 Stop in /usr/obj/usr/src/sys/BOOTMFS. *** Error code 1 Stop in /usr/src. ############################ John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message