From owner-freebsd-stable@FreeBSD.ORG Mon Jun 2 18:14:40 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CAE37B401 for ; Mon, 2 Jun 2003 18:14:40 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C0DD43F75 for ; Mon, 2 Jun 2003 18:14:40 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 5965872FDC; Mon, 2 Jun 2003 18:14:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 54CE772FD1; Mon, 2 Jun 2003 18:14:40 -0700 (PDT) Date: Mon, 2 Jun 2003 18:14:40 -0700 (PDT) From: Doug White To: Andy Farkas In-Reply-To: <20030603071824.J66566-100000@hewey.af.speednet.com.au> Message-ID: <20030602181017.J62803@carver.gumbysoft.com> References: <20030603071824.J66566-100000@hewey.af.speednet.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org cc: Matthias Andree Subject: Re: "disable ata" in kernel configuration not working? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 01:14:41 -0000 On Tue, 3 Jun 2003, Andy Farkas wrote: > On Mon, 2 Jun 2003, Vladislav V. Zhuk wrote: > > > It's one of well known demonstration of bugs new ATA driver. > > This BUG is very strong and don't resolve in kernel.conf. > > I wrote about this 3 times, but Soren Schmidt > > is very busy for resolving this problem more than 1 year > > or don't read stable@ and e-mail. > > Yes, the new ata driver now "owns" irq 14 & 15, although other devices > seem to work ok if set to those irqs. On one of my boxes, I don't even > have an ata0 or ata1 yet dmesg says: Shared interrupts are OK in PCI. > ... > FreeBSD 5.1-BETA #0: Mon May 26 01:54:37 EST 2003 > ... > ahc0: at 0x4c00-0x4cff, irq 11 (level) > ... > atapci0: > port 0xd400-0xd41f,[...] irq 14 at device 5.0 on pci0 show us 'pciconf -lv' output. You probably actually do have a promise IDE controller on your system, you just can't use it/connect to it. Have you tried disabling it in the BIOS? > Q for all: is systat(1) the only way to see interrupt activity? vmstat -i If your system is SMP, mptable(8) might be interesting too. If your board is an Intel server board, you can pull the technical product specification, which shows you the interrupt map. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org