From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 11 01:53:46 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCC08106566C for ; Sun, 11 Jul 2010 01:53:46 +0000 (UTC) (envelope-from freebsd-hackers@chrisbowman.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 831028FC15 for ; Sun, 11 Jul 2010 01:53:46 +0000 (UTC) Received: by wwe15 with SMTP id 15so844950wwe.31 for ; Sat, 10 Jul 2010 18:53:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.28.155 with SMTP id m27mr2016974wbc.66.1278811666076; Sat, 10 Jul 2010 18:27:46 -0700 (PDT) Received: by 10.227.140.161 with HTTP; Sat, 10 Jul 2010 18:27:46 -0700 (PDT) X-Originating-IP: [216.27.181.118] Date: Sat, 10 Jul 2010 18:27:46 -0700 Message-ID: From: Christopher Bowman To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: 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 01:53:46 -0000 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