From owner-freebsd-isp Mon Mar 17 15:51:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA13168 for isp-outgoing; Mon, 17 Mar 1997 15:51:07 -0800 (PST) Received: from softway95.softway.com (softway95.softway.com [206.80.1.38]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA13158 for ; Mon, 17 Mar 1997 15:51:02 -0800 (PST) Received: (from renaud@localhost) by softway95.softway.com (8.8.5/8.6.12) id PAA19037; Mon, 17 Mar 1997 15:50:47 -0800 (PST) From: Renaud Waldura Message-Id: <199703172350.PAA19037@softway95.softway.com> Subject: Re: kernel not recognizing second IDE drive To: ricardo@americasnet.com (Ricardo Kleemann) Date: Mon, 17 Mar 1997 15:50:47 -0800 (PST) Cc: freebsd-isp@FreeBSD.ORG In-Reply-To: from "Ricardo Kleemann" at Mar 16, 97 10:16:04 pm Reply-To: Renaud Waldura Organization: Softway, Inc. (San Francisco) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ricardo Kleemann wrote: > > If I try to run fdisk on wd1, it says the device is "not configured"... > Is my kernel lacking something? Do I need to recompile it with another > configuration? You need something like this: controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 You can get rid of the other controller, wdc1, and a whole bunch of other devices depending on your hardware configuration. Take a look at the file /sys/i386/conf/LINT and the FreeBSD Handbook at www.freebsd.org, chapter "Compiling my own kernel". -- -- Renaud Waldura -- -- Softway International, Inc -- -- rw@softway.com -- -- 185 Berry Street, Suite 5514 -- -- San Francisco, CA 94107 -- -- USA -- -- Tel (415) 896-0708 -- Fax (415) 896-0709 -- http://www.softway.com/ -- --