From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 11 03:40:32 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C83B8106566B for ; Sun, 11 Jul 2010 03:40:32 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 955E88FC17 for ; Sun, 11 Jul 2010 03:40:32 +0000 (UTC) Received: from [192.168.0.100] (m206-63.dsl.tsoft.com [198.144.206.63]) by ns1.feral.com (8.14.3/8.14.3) with ESMTP id o6B3eVuw072596 for ; Sat, 10 Jul 2010 20:40:31 -0700 (PDT) (envelope-from mj@feral.com) Message-ID: <4C393D36.1050905@feral.com> Date: Sat, 10 Jul 2010 20:40:38 -0700 From: Matthew Jacob User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.2.3 (ns1.feral.com [192.67.166.1]); Sat, 10 Jul 2010 20:40:31 -0700 (PDT) Subject: Re: Missing files device_if.h and bus_if.h X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2010 03:40:32 -0000 config(8) creates them I believe > line 523 of bus.h > > tries to include the following files: > > #include "device_if.h" > #include "bus_if.h" > > however, I don't see them any where in my source tree. Are these > missing or am I suppose to create them or are they built as part of > the build process and if the latter then why didn't I get a copy when > I built a custom kernel? > > Where do I get these files? Could someone please clue me in here? > > And since I am asking questions here, I see BUS_READ_IVAR used a > couple of places but can't find it's definition. Where is it defined? > > Thanks > Christopher > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >