From owner-freebsd-stable@FreeBSD.ORG Mon Nov 22 21:29:37 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FA116A4CE for ; Mon, 22 Nov 2004 21:29:37 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE6543D49 for ; Mon, 22 Nov 2004 21:29:37 +0000 (GMT) (envelope-from security@jim-liesl.org) Received: from smtp.jim-liesl.org ([68.71.52.28]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041122212936.YSLV14438.mta9.adelphia.net@smtp.jim-liesl.org>; Mon, 22 Nov 2004 16:29:36 -0500 Received: from [127.0.0.1] (localhost.jim-liesl.org [127.0.0.1]) by smtp.jim-liesl.org (Postfix) with ESMTP id 147BD152B2; Mon, 22 Nov 2004 14:29:35 -0700 (MST) Message-ID: <41A25A55.9010009@jim-liesl.org> Date: Mon, 22 Nov 2004 14:29:57 -0700 From: secmgr User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tejas Kokje References: <41A24F84.20600@ISI.EDU> In-Reply-To: <41A24F84.20600@ISI.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: buildkernel problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 21:29:37 -0000 Tejas Kokje wrote: > Hi, > > > I am trying to do buildkernel with my own configuration file > (MYKERNEL_CONFIG). I am getting the following error. I am not sure > what is wrong. Any help will be appreciated . > > > # uname -sr > FreeBSD 4.9-RELEASE-p11 > > #make buildkernel KERNCONF=MYKERNEL_CONFIG > > -------------------------------------------------------------- > >>> Kernel build for MYKERNEL_CONFIG started on Mon Nov 22 12:25:36 > PST 2004 > -------------------------------------------------------------- > ===> MYKERNEL_CONFIG > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > config -d /usr/obj/usr/src/sys/MYKERNEL_CONFIG > /usr/src/sys/i386/conf/MYKERNEL_CONFIG > Don't forget to do a ``make depend'' > Warning: device "cz" is unknown > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. no cz.c in your build path (/usr/src/sys/dev/). Is there a cyclades Z series card in the system? If you need the driver you can get it from their website. jim