From owner-freebsd-questions Sun Aug 8 13:33:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Edison.EBICom.Net (Edison.EBICom.Net [205.218.114.2]) by hub.freebsd.org (Postfix) with ESMTP id 2A48014EC1 for ; Sun, 8 Aug 1999 13:33:20 -0700 (PDT) (envelope-from moose@ebicom.net) Received: from inferno (dissention.ebicom.net.5.131.216.in-addr.arpa [216.131.5.8] (may be forged)) by Edison.EBICom.Net (8.9.1a/8.9.1) with SMTP id PAA16138 for ; Sun, 8 Aug 1999 15:31:33 -0500 Message-Id: <199908082031.PAA16138@Edison.EBICom.Net> From: "John Sanders" To: Subject: re: kernel rebuilding error v2.5 Date: Sun, 8 Aug 1999 15:43:29 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Maybe this will help? I've made a few comments to your config file below. >controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 >disk fd0 at fdc0 drive 0 >disk fd1 at fdc0 drive 1 Comment out that line ^, unless you really do have a second floppy drive. (most people don't). >options "CMD640" # work around CMD640 chip deficiency >controller wdc0 >disk wd0 at wdc0 drive 0 >disk wd1 at wdc0 drive 1 > >controller wdc1 >disk wd2 at wdc1 drive 0 >disk wd3 at wdc1 drive 1 > >options ATAPI #Enable ATAPI support for IDE bus >options ATAPI_STATIC #Don't do it as an LKM >device acd0 #IDE CD-ROM >device wfd0 #IDE Floppy (e.g. LS-120) Comment out that line ^, Unless your floppy is on the IDE controller, this would be an LS-120 drive ("super floppy" 120MB instead of 1.44MB). I'm betting this is what is throwing your kernel off. Hope that helps, John http://www.freebsdbox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message