From owner-freebsd-current Fri Sep 3 16:55:11 1999 Delivered-To: freebsd-current@freebsd.org Received: from snafu.adept.org (adsl-63-193-112-19.dsl.snfc21.pacbell.net [63.193.112.19]) by hub.freebsd.org (Postfix) with ESMTP id 09B801515C for ; Fri, 3 Sep 1999 16:55:08 -0700 (PDT) (envelope-from mike@snafu.adept.org) Received: from localhost (mike@localhost) by snafu.adept.org (8.9.3/8.9.3) with ESMTP id QAA53910; Fri, 3 Sep 1999 16:54:52 -0700 (PDT) Date: Fri, 3 Sep 1999 16:54:52 -0700 (PDT) From: Mike Hoskins To: "Andrey A. Chernov" Cc: current@FreeBSD.ORG Subject: Re: i386/isa/pnp.h is absent! In-Reply-To: <19990903210152.A90263@nagual.pp.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 3 Sep 1999, Andrey A. Chernov wrote: > Many drivers tries to include > #include > 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