Date: Sat, 10 Jul 2010 20:40:38 -0700 From: Matthew Jacob <mj@feral.com> To: freebsd-hackers@freebsd.org Subject: Re: Missing files device_if.h and bus_if.h Message-ID: <4C393D36.1050905@feral.com> In-Reply-To: <AANLkTilpET2OC_tqQOrV6wMUxqIwGBwvGwf1RngjNjJI@mail.gmail.com> References: <AANLkTilpET2OC_tqQOrV6wMUxqIwGBwvGwf1RngjNjJI@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C393D36.1050905>