From owner-freebsd-current Wed Nov 5 17:54:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28470 for current-outgoing; Wed, 5 Nov 1997 17:54: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 RAA28455 for ; Wed, 5 Nov 1997 17:54:30 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id MAA02969 for FreeBSD-current@FreeBSD.ORG; Thu, 6 Nov 1997 12:24:27 +1030 (CST) Resent-Message-Id: <199711060154.MAA02969@freebie.lemis.com> Message-ID: <19971106122356.08580@lemis.com> Date: Thu, 6 Nov 1997 12:23:56 +1030 From: Greg Lehey To: Mike Smith Subject: Re: Kernel build fails: missing card.h References: <19971106102358.35648@lemis.com> <199711060137.MAA00537@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199711060137.MAA00537@word.smith.net.au>; from Mike Smith on Thu, Nov 06, 1997 at 12:07:20PM +1030 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 Resent-From: grog@lemis.com Resent-Date: Thu, 6 Nov 1997 12:24:26 +1030 Resent-To: FreeBSD current users Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Nov 06, 1997 at 12:07:20PM +1030, Mike Smith wrote: >> 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 update your kernel crd->card, Why do I need this? Anyway, I tried, and it didn't go away. > as well as files.i386? With the cvs update. It currently shows: $Id: files.i386,v 1.178 1997/10/28 07:28:34 joerg Exp $ Greg