From owner-cvs-all@FreeBSD.ORG Thu Mar 17 03:54:30 2005 Return-Path: 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 43C1B16A4CE; Thu, 17 Mar 2005 03:54:30 +0000 (GMT) Received: from mail.psychoholics.org (www.psychoholics.org [64.185.102.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB7F643D39; Thu, 17 Mar 2005 03:54:29 +0000 (GMT) (envelope-from ebola@psychoholics.org) Received: from S0106066606660666.su.shawcable.net (S0106066606660666.su.shawcable.net [24.76.125.52]) by mail.psychoholics.org (Postfix) with ESMTP id 5DE5A15716E; Wed, 16 Mar 2005 20:57:28 -0800 (PST) From: Adam Gregoire To: obrien@FreeBSD.org In-Reply-To: <20050313222249.GA12792@dragon.NUXI.org> References: <200503120029.j2C0TUGn056138@repoman.freebsd.org> <1110603746.72068.3.camel@S0106066606660666.su.shawcable.net> <20050313222249.GA12792@dragon.NUXI.org> Content-Type: text/plain Date: Tue, 15 Mar 2005 08:07:22 -0500 Message-Id: <1110892042.81236.2.camel@S01060defacedc0de.su.shawcable.net> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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/modules/nve Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 03:54:30 -0000 On Sun, 2005-03-13 at 14:22 -0800, 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? > Sorry, I should have explained myself a little better, I say it needs to be moved to the miibus section because my current card is if_de which is a non-miibus compat card/driver. And moving to the other section so it's apparent that miibus is needed with if_nve. -- Adam Gregoire