From owner-freebsd-current Thu Nov 6 18:49:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA02612 for current-outgoing; Thu, 6 Nov 1997 18:49:45 -0800 (PST) (envelope-from owner-freebsd-current) Received: from ns.mt.sri.com (SRI-56K-FR.mt.net [206.127.65.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA02607 for ; Thu, 6 Nov 1997 18:49:41 -0800 (PST) (envelope-from nate@rocky.mt.sri.com) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.7/8.8.7) with ESMTP id TAA17377; Thu, 6 Nov 1997 19:49:21 -0700 (MST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id TAA26392; Thu, 6 Nov 1997 19:49:21 -0700 (MST) Date: Thu, 6 Nov 1997 19:49:21 -0700 (MST) Message-Id: <199711070249.TAA26392@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John-Mark Gurney Cc: Greg Lehey , FreeBSD current users Subject: Re: Kernel build fails: missing card.h In-Reply-To: <19971105163902.21224@hydrogen.nike.efn.org> References: <19971106102358.35648@lemis.com> <19971105163902.21224@hydrogen.nike.efn.org> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John-Mark Gurney writes: > 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.... > > did you change > controller crd0 > to > controller card0 If you don't change these, config *should* whine about it (it doesn't), but still create card.h in the compile kernel directory. Nate