From owner-cvs-src@FreeBSD.ORG Wed Mar 16 20:20:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C40016A4CE; Wed, 16 Mar 2005 20:20:57 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9A243D39; Wed, 16 Mar 2005 20:20:56 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j2GKKuPB002286; Wed, 16 Mar 2005 12:20:56 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j2GKKuMB002285; Wed, 16 Mar 2005 12:20:56 -0800 (PST) (envelope-from obrien) Date: Wed, 16 Mar 2005 12:20:56 -0800 From: "David O'Brien" To: John Baldwin Message-ID: <20050316202056.GB2072@dragon.NUXI.org> References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <1110603746.72068.3.camel@S0106066606660666.su.shawcable.net> <20050313222249.GA12792@dragon.NUXI.org> <200503160903.45392.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503160903.45392.jhb@FreeBSD.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.8i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Adam Gregoire cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf files.amd64 files.i386 src/sys/dev/nve if_nve.c if_nvereg.h src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/nve Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 20:20:57 -0000 On Wed, Mar 16, 2005 at 09:03:45AM -0500, John Baldwin wrote: > On Sunday 13 March 2005 05:22 pm, David O'Brien wrote: > > On Sat, Mar 12, 2005 at 12:02:25AM -0500, Adam Gregoire wrote: > > > On Sat, 2005-03-12 at 00:29 +0000, David E. O'Brien wrote: > > > This needs to be moved to where the rest of miibus interfaces are in > > > amd64 and i386 GENERIC kernel config files. > > > > ..snip.. > > > > > /usr/src/sys/dev/nve/if_nve.c:111:23: miibus_if.h: No such file or > > > directory > > > > Simply moving where they are in GENERIC won't fix this build problem. > > Is this during the kernel build, or the modules build? > > Moving it reduces PEBKAC errors from people not having miibus in their custom > kernel configs. If it needs miibus, you need to move it to the miibus > section. John, I am not auging with moving it. I was saying that moving it w/in GENERIC wouldn't fix build errors. I guess you might have hit on the issue not stated in the bug report -- the build probably isn't with GENERIC as implied, but a majorly cut down minimal kernel config file. -- -- David (obrien@FreeBSD.org)