From owner-freebsd-current@FreeBSD.ORG Wed Sep 23 14:44:49 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A5E1106566C for ; Wed, 23 Sep 2009 14:44:49 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A3F268FC1C for ; Wed, 23 Sep 2009 14:44:48 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA29701; Wed, 23 Sep 2009 17:44:42 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4ABA3459.2010805@icyb.net.ua> Date: Wed, 23 Sep 2009 17:44:41 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Barney Cordoba References: <961251.9294.qm@web63906.mail.re1.yahoo.com> In-Reply-To: <961251.9294.qm@web63906.mail.re1.yahoo.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, pluknet , Stefan Ehmann Subject: Re: where is device_get_parent function defined X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 14:44:49 -0000 on 23/09/2009 17:36 Barney Cordoba said the following: > If you make modules from the module directory (rather than a full > make in the kernel build directory) then you are not using the exact > same switches, as I understand it. I had the problem with a witness > kernel and it was quite a disaster. If you run a normal buildkernel, then you don't get any build objects in src tree, the build is done in /usr/obj automatically. You should really visit directories with offending symlinks and do 'make cleandir'. -- Andriy Gapon