From owner-freebsd-current Mon Dec 25 00:44:55 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09088 for current-outgoing; Mon, 25 Dec 1995 00:44:55 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA09083 for ; Mon, 25 Dec 1995 00:44:49 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA27432; Mon, 25 Dec 1995 09:43:17 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id JAA15630; Mon, 25 Dec 1995 09:43:16 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id JAA05145; Mon, 25 Dec 1995 09:36:17 +0100 From: J Wunsch Message-Id: <199512250836.JAA05145@uriah.heep.sax.de> Subject: Re: Missing File in sys/i386/include/conf.h ? To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Mon, 25 Dec 1995 09:36:17 +0100 (MET) Cc: james@else.net Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from "Marc G. Fournier" at Dec 25, 95 01:31:43 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.org Precedence: bulk As Marc G. Fournier wrote: > > > #ifdef KERNEL > > #ifndef ACTUALLY_LKM_NOT_KERN > > #include "ioconf.h" > > #endif > > > > There doesn't seem to be an ioconf.h in that subdirectory, and the > I believe, but am not 100% positive, that ioconf.h is > generated by config, and is based on what devices you have defined > in your config file. You are right, but your advise (re-sup usr/src/sys) was wrong. config(8) is closely related to the kernel source, so whenever you see a problem like this, it's 99 % likely that you need a new _config_. Re-sup usr/src/usr.sbin/config, rebuild and reinstall it, and re- config your kernel. Events that make a new config necessary are normally being announced to freebsd-current, that's why you should follow this list. (Of course, if you are new to -current, you could not have seen it.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)