From owner-freebsd-questions Sun Apr 27 23:27:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA26119 for questions-outgoing; Sun, 27 Apr 1997 23:27:09 -0700 (PDT) Received: from yarrina.connect.com.au (yarrina.connect.com.au [192.189.54.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA26112 for ; Sun, 27 Apr 1997 23:26:53 -0700 (PDT) Received: from aardvark.apana.org.au (root@aardvark.apana.org.au [203.12.237.49]) by yarrina.connect.com.au with ESMTP id QAA04609 (8.8.5/IDA-1.6); Mon, 28 Apr 1997 16:21:55 +1000 (EST) Received: from solsbury-hill.home (dialup-27.aardvark.apana.org.au [203.12.237.57]) by aardvark.apana.org.au (8.8.4/8.6.9) with ESMTP id QAA04580; Mon, 28 Apr 1997 16:21:26 +1000 Received: from solsbury-hill.home (localhost.home [127.0.0.1]) by solsbury-hill.home (8.7.5/8.7.3) with ESMTP id OAA00741; Mon, 28 Apr 1997 14:09:42 +1000 (EST) Message-Id: <199704280409.OAA00741@solsbury-hill.home> X-Mailer: exmh version 2.0beta 12/23/96 From: Joel Sutton To: jservice@OHT.Hydro.ON.CA cc: questions@freebsd.org Subject: Re: Boot floppy probing of ft works, built kernel doesn't... In-reply-to: Your message of "Fri, 25 Apr 1997 15:00:02 -0400." <199704251900.PAA04852@pc-servicej.rd.hydro.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Apr 1997 14:09:42 +1000 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have 1 floppy drive and 1 floppy tape drive in my Pentium 166. The 2.2.1 > boot floppy correctly recognizes the fd and the ft devices I have but the > kernel I have installed with the following options: > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr > disk fd0 at fdc0 drive 0 > disk fd1 at fdc0 drive 1 > tape ft0 at fdc0 drive 1 Try something like this: controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2 vector fdintr tape ft0 at fdc0 drive 2 > a) Why is the ft device being recognized by the boot floppy kernel and not > this one? Because you've specified drive 1 for both fd1 and ft0. > b) Would I have the actual boot floppy kernel sources buried in /usr/src > somewhere so I can compare? Hopefully this should get you going. What sort of drive do you have? Hope this helps, Joel...