From owner-freebsd-stable Sun May 19 4: 2:28 2002 Delivered-To: freebsd-stable@freebsd.org Received: from sysadmin.chi.ubsw.com (sysadmin.chi.ubswarburg.com [146.180.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 53ED237B403 for ; Sun, 19 May 2002 04:02:24 -0700 (PDT) Received: from devin by sysadmin.chi.ubsw.com with local (Exim 3.12 #2) id 179ORu-0002j8-00; Sun, 19 May 2002 06:02:02 -0500 Date: Sun, 19 May 2002 06:02:02 -0500 (CDT) From: Tod McQuillin X-X-Sender: devin@sysadmin To: "Vladislav V. Zhuk" Cc: Doug White , Subject: Re: new ATA bug In-Reply-To: <20020519093323.GA40344@dru.dn.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 19 May 2002, Vladislav V. Zhuk wrote: > I disabled second channel in kernel config. Why driver seeing second > channel at all??? You said you had this in your kernel config: # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 The device you commented out was ata1 at isa. Here is your dmesg: atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 The device probed was on pci0. As far as I can see, when the ata driver attaches via pci, there is no way to disable ata1 from the kernel config file. > Why previous version ata worked properly, while new version working > incorrectly?? I don't know the answer to this either. But did you try Igor Bykhalo's suggestion of putting 'di ata1' in your /boot/loader.conf? -- Tod MCQuillin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message