From owner-freebsd-current Wed Nov 5 20:25:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14022 for current-outgoing; Wed, 5 Nov 1997 20:25:59 -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 UAA14017 for ; Wed, 5 Nov 1997 20:25:54 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA07106; Thu, 6 Nov 1997 14:55:45 +1030 (CST) Message-ID: <19971106145544.65346@lemis.com> Date: Thu, 6 Nov 1997 14:55:44 +1030 From: Greg Lehey To: Mike Smith Cc: FreeBSD current users Subject: Re: Kernel build fails: missing card.h References: <19971106122356.08580@lemis.com> <199711060322.NAA00995@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199711060322.NAA00995@word.smith.net.au>; from Mike Smith on Thu, Nov 06, 1997 at 01:52:47PM +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 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Nov 06, 1997 at 01:52:47PM +1030, Mike Smith wrote: >>> >>> Did you update your kernel crd->card, >> >> Why do I need this? Anyway, I tried, and it didn't go away. > > Because the 'crd' device was renamed 'card'? Well, why do I need crd or card? I thought that was only for PCMCIA and PPCARD stuff. >>> 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 $ > > And sys/conf/files? Does it contain : > > pccard/pccard.c optional card > pccard/pccard_beep.c optional card That's the one. It wasn't getting updated because it still had my ISDN stuff in it. But this doesn't explain why I suddenly need PCCARD in a desktop machine. Greg