Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2002 21:03:45 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        obrien@FreeBSD.org (David E. O'Brien)
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release/i386 dokern.sh drivers.conf         src/sys/i386/conf GENERIC
Message-ID:  <200209081903.g88J3jxW061674@zibbi.icomtek.csir.co.za>
In-Reply-To: <200209051545.g85Fj2it040091@freefall.freebsd.org> from "David E. O'Brien" at "Sep 5, 2002 08:45:01 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209081903.g88J3jxW061674>