From owner-freebsd-questions Fri Jun 12 18:07:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00390 for freebsd-questions-outgoing; Fri, 12 Jun 1998 18:07:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA00301 for ; Fri, 12 Jun 1998 18:07:26 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 12 Jun 1998 21:06:48 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA26590; Fri, 12 Jun 98 21:06:48 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id VAA00958; Fri, 12 Jun 1998 21:06:38 -0400 Message-Id: <19980612210637.A936@ct.picker.com> Date: Fri, 12 Jun 1998 21:06:37 -0400 From: Randall Hopper To: notme@lvdi.net Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: IDE Controller Mail-Followup-To: notme@lvdi.net, "freebsd-questions@FreeBSD.ORG" References: <357A2EE0.6A7E0B0E@lvdi.net> <19980612172024.A29182@ct.picker.com> <3581C7E0.743C5726@lvdi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <3581C7E0.743C5726@lvdi.net>; from notme on Fri, Jun 12, 1998 at 05:29:20PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Strange. If things are set up 0x170/15 as you confirmed, only two things come to mind. 1) Might be a port or IRQ conflict with 0x170/15, or 2) your secondary controller may be on a different port and/or IRQ. To look at the first one, try a "dmesg | grep irq" and see if there's anything else being attached to IRQ 15. And do a "dmesg | grep 0x" and see if there's anything in the 0x170-0x17F range being reported. To the second one, might just boot into MSW95 and look at device properties for your secondary IDE controller. Confirm that it's saying 0x170 and IRQ 15. Randall notme: |I made sure my settings are correct, and Free BSD still couldn't find my |secondary IDE controller (wdc1). Here is my result from running |dmesg | grep wd: | |wdc0 at 0x1f0 -0x1f7 irq 14 on isa |wdc0: unit 0 (wd0) : |wd0: 2441MB (4999680 sector), 4960 cycls, 16 head, 63 S/T, 518 B/S |wdc1 not found at 0x170 |wd0s1: type 0xb, start 63, end = 3282047, size 3281958: ok |wd0s2: type 0xa5, start 3282048, end = 4999679, size 1717632 : ok | |*BTW, I have 2 partitions. One for windows, and one for FBSD. ... |Randall Hopper wrote: |> The standard IRQ and port assignments for the first two IDE |> wdc0 = 1st IDE ctlr ==> IRQ 14, port base 1F0 |> wdc1 = 2nd IDE ctlr ==> IRQ 15, port base 170 | |> |> > > On Fri, 5 Jun 1998, notme wrote: |> |> > > > My Free BSD is not detecting my IDE Controller. It is set to |> |> > > >IRQ 15, 0X170, but the FBSD doesn't detect it. It works fine in |> |> > > >Windows 95 though. Please help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message