From owner-freebsd-current Wed Nov 5 19:14:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA04836 for current-outgoing; Wed, 5 Nov 1997 19:14:38 -0800 (PST) (envelope-from owner-freebsd-current) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA04830 for ; Wed, 5 Nov 1997 19:14:33 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id NAA00938; Thu, 6 Nov 1997 13:40:35 +1030 (CST) Message-Id: <199711060310.NAA00938@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Greg Lehey cc: John-Mark Gurney , FreeBSD current users Subject: Re: Kernel build fails: missing card.h In-reply-to: Your message of "Thu, 06 Nov 1997 12:10:17 +1030." <19971106121017.16581@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Nov 1997 13:40:34 +1030 From: Mike Smith Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Well, no. This isn't a PCCARD machine, so it has neither crd0 nor > card0. Why should I need this in a desktop? In any case, I tried it, > and it still doesn't work. The files that fail to compile are > i386/i386/autoconf.c, i386/isa/if_ed.c, i386/isa/if_ep.c and > i386/isa/sio.c. > > Thanks for your help, anyway. In that case you have to rebuild config, or update your config-related files. It is not generating card.h, which should contain #define NCARD 0 It appears that Nate should have (but didn't) bump the config version required stuff. I'll do that now; done. mike