From owner-freebsd-stable Thu May 16 12:26:22 2002 Delivered-To: freebsd-stable@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 72A2737B408 for ; Thu, 16 May 2002 12:26:17 -0700 (PDT) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.11.3/8.10.1) with ESMTP id g4GJPsb54851; Thu, 16 May 2002 12:25:58 -0700 (PDT) Date: Thu, 16 May 2002 12:25:53 -0700 (PDT) From: Doug White To: Tod McQuillin Cc: "Vladislav V. Zhuk" , Subject: Re: new ATA bug In-Reply-To: Message-ID: <20020516122509.W52717-100000@resnet.uoregon.edu> X-All-Your-Base: are belong to us 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 Thu, 16 May 2002, Tod McQuillin wrote: > On Thu, 16 May 2002, Vladislav V. Zhuk wrote: > > > When will be fixed bug with definition interfeces in new ata? > > > > I have disabled secondary IDE interface in BIOS and kernel config: > > > > # ATA and ATAPI devices > > device ata0 at isa? port IO_WD1 irq 14 > > #device ata1 at isa? port IO_WD2 irq 15 > > > > but ata driver still locked IRQ 15: This is common... "disabling" the controllers just makes them invisible to the BIOS for booting, but FreeBSD will re-find them. The IRQ is still allocated to that device on the motherboard and using it will cause problems. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message