From owner-freebsd-questions@FreeBSD.ORG Fri Jun 18 18:22:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D337116A4CE for ; Fri, 18 Jun 2004 18:22:08 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152AE43D46 for ; Fri, 18 Jun 2004 18:22:08 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from [127.0.0.1] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 3C8F9809D; Fri, 18 Jun 2004 20:21:38 +0200 (CEST) Message-ID: <40D3329C.50407@wcborstel.nl> Date: Fri, 18 Jun 2004 20:21:16 +0200 From: Jorn Argelo User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark References: <200406181800.i5II0ZOe040136@redtick.homeunix.com> In-Reply-To: <200406181800.i5II0ZOe040136@redtick.homeunix.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Kernel build error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 18:22:08 -0000 Mark wrote: >I am trying to build a new kernel after csvuping a 4.10 box >error -->config: line 69: fdc 0 not defined >*** Error code 1 > >lines from config file ># Floppy drives >device fdc0 at isa? port IO_FD1 irq 6 drq 2 >device fd0 at fdc0 drive 0 > >I had built a new kernel on 4.10 with the same lines. >It has been working fine. any ideas? > > Umm, I believe you shouldn't add the 0's. So just type fd and fdc. The 0 just represents the master drive (so 1 is the slave drive). If you have two floppy drives for instance, you will have fd0 and fd1, and of course its respective slices. Cheers, Jorn