From owner-freebsd-bugs Thu Dec 7 9:39:40 2000 From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 7 09:39:38 2000 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 59F3D37B400; Thu, 7 Dec 2000 09:39:37 -0800 (PST) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id LAA39422; Thu, 7 Dec 2000 11:39:22 -0600 (CST) (envelope-from cdillon@wolves.k12.mo.us) Date: Thu, 7 Dec 2000 11:39:22 -0600 (CST) From: Chris Dillon To: Kevin Day Cc: bugs@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: New ATA code in 4.1.1+ breaks ServerWorks sym In-Reply-To: <200012062312.RAA64600@temphost.dragondata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 6 Dec 2000, Kevin Day wrote: > After upgrading my Proliant ML530 server from 4.1 to 4.1.1, i got > a panic on boot in the sym driver, saying "Unable to allocate IRQ > resource", then a kernel trap. > > I narrowed down the breakage to a specific set of commits: > > Edit src/sys/dev/ata/ata-all.c > Add delta 1.50.2.6 2000.08.22.08.41.28 sos > Edit src/sys/dev/ata/ata-all.h > Add delta 1.26.2.2 2000.08.22.08.41.29 sos > Edit src/sys/dev/ata/ata-disk.c > Add delta 1.60.2.6 2000.08.22.08.41.29 sos > Edit src/sys/dev/ata/ata-dma.c > Add delta 1.35.2.4 2000.08.22.08.41.29 sos > Edit src/sys/dev/ata/atapi-cd.c > Add delta 1.48.2.4 2000.08.22.08.41.29 sos > Edit src/sys/dev/ata/atapi-cd.h > Add delta 1.15.2.3 2000.08.22.08.41.29 sos Interesting. I narrowed down the problem to somewhere between August 4 and August 19 (if you want to call that narrowing down), but these commits occurred on August 22. > This motherboard only has one IDE channel... at least, only one > connector, and it's only designed to go to the CD-ROM. Everything > else is SCSI. 4.1-RELEASE only saw the primary channel. But after > that commit, it sees two channels. I don't know if this is correct > or not, but the side effect is that the secondary IDE channel uses > IRQ 15, which sym1 wants to use, and somehow can't share. I noticed the same thing. At first, I believe only the secondary (ata1) IDE channel was recognized. Now both are recognized, regardless of the BIOS settings. > Sym0 was sucessfully moved from 15 to 11, to avoid sharing i'm > guessing... why didn't sym1 get moved, if that's the case? You should be able to move both of them in the system setup. You'll have to use the "lock down" feature after changing settings to keep other devices from using IRQ 15. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For IA32 and Alpha architectures. IA64 and PowerPC under development. http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message