On Fri, 3 Sep 1999, Andrey A. Chernov wrote:
> Many drivers tries to include
> #include <i386/isa/pnp.h>
> which is absent now, please fix ASAP, kernel build fails on "make depend"
I noticed this with with some NIC code too. /sys/pci/if_xl.c attempts to
include "miibus_if.h" which doesn't exist and breaks make depend... a
last ditch effort of pointing the include to
"/usr/obj/usr/src/sys/modules/xl/miibus_if.h" allows make depend to
finish, but make still dies.
Later,
-Mike
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message