Date: Mon, 17 Mar 1997 18:14:13 -0800 (PST) From: Ricardo Kleemann <ricardo@americasnet.com> To: Russ Panula <rpanula@dacmail.net> Cc: FreeBSD ISP list <freebsd-isp@FreeBSD.org> Subject: Re: kernel not recognizing second IDE drive Message-ID: <Pine.LNX.3.95.970317181050.8676A-100000@irvine.americasnet.com> In-Reply-To: <3331ed13.20132157@mail.digitaladvantage.net>
next in thread | previous in thread | raw e-mail | index | archive | help
My LINT file has the following: :( controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 So supposedly it's configured to recognize wd1... as I said, wd1 is there, the BIOS reports it... but my kernel doesn't see it! :( dmesg shows the following... wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): <ST3630A> wd0: 601MB (1232784 sectors), 1223 cyls, 16 heads, 63 S/T, 512 B/S Nothing at all about wd1... :( help! ;) Ricardo On Mon, 17 Mar 1997, Russ Panula wrote: > On Sun, 16 Mar 1997 22:16:04 -0800 (PST), Ricardo Kleemann > <ricardo@americasnet.com> 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? > > Is the line: > > disk wd1 > > in your kernel configuration file? > > Best, > Russ >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.970317181050.8676A-100000>