From owner-freebsd-current Wed Nov 5 17:40:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA27016 for current-outgoing; Wed, 5 Nov 1997 17:40:46 -0800 (PST) (envelope-from owner-freebsd-current) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA26997 for ; Wed, 5 Nov 1997 17:40:33 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id MAA02789; Thu, 6 Nov 1997 12:10:17 +1030 (CST) Message-ID: <19971106121017.16581@lemis.com> Date: Thu, 6 Nov 1997 12:10:17 +1030 From: Greg Lehey To: John-Mark Gurney Cc: FreeBSD current users Subject: Re: Kernel build fails: missing card.h References: <19971106102358.35648@lemis.com> <19971105163902.21224@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <19971105163902.21224@hydrogen.nike.efn.org>; from John-Mark Gurney on Wed, Nov 05, 1997 at 04:39:02PM -0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Nov 05, 1997 at 04:39:02PM -0800, John-Mark Gurney wrote: > Greg Lehey scribbled this message on Nov 6: >> For the last couple of weeks, my -CURRENT kernel build has failed >> because it couldn't find card.h. It's there, all right, in >> /sys/pccard/card.h, but config doesn't seem to put it into the >> /sys/compile/ directory. If I put it there manually, the >> kernel build works fine. Am I missing something? Yes, I rebuilt >> config first (well, after the first failure), and it didn't help. > > did you change > controller crd0 > to > controller card0 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. Greg