Date: Fri, 3 Sep 1999 16:54:52 -0700 (PDT) From: Mike Hoskins <mike@snafu.adept.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru> Cc: current@FreeBSD.ORG Subject: Re: i386/isa/pnp.h is absent! Message-ID: <Pine.BSF.4.10.9909031652070.53891-100000@snafu.adept.org> In-Reply-To: <19990903210152.A90263@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909031652070.53891-100000>