Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 18:27:46 -0700
From:      Christopher Bowman <freebsd-hackers@chrisbowman.com>
To:        hackers@freebsd.org
Subject:   Missing files device_if.h and bus_if.h
Message-ID:  <AANLkTilpET2OC_tqQOrV6wMUxqIwGBwvGwf1RngjNjJI@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTilpET2OC_tqQOrV6wMUxqIwGBwvGwf1RngjNjJI>