Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263412AbTKWTMx (ORCPT ); Sun, 23 Nov 2003 14:12:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263415AbTKWTMx (ORCPT ); Sun, 23 Nov 2003 14:12:53 -0500 Received: from fw.osdl.org ([65.172.181.6]:32168 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S263412AbTKWTMw (ORCPT ); Sun, 23 Nov 2003 14:12:52 -0500 Date: Sun, 23 Nov 2003 11:12:47 -0800 (PST) From: Linus Torvalds To: "Marco d'Itri" cc: Kernel Mailing List , Bartlomiej Zolnierkiewicz , Len Brown , Andi Kleen Subject: Re: irq 15: nobody cared! with KT600 chipset and 2.6.0-test9 In-Reply-To: <20031123185253.GA1986@wonderland.linux.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1353 Lines: 36 On Sun, 23 Nov 2003, Marco d'Itri wrote: > >Does this one make a difference? > No: Actually, it _does_ seem to make a difference. The irq probe doesn't report failure any more: > ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 > hdc: CD-ROM 50X, ATAPI CD/DVD-ROM drive > hdd: 32X10, ATAPI CD/DVD-ROM drive > Badness in request_irq at arch/i386/kernel/irq.c:572 so now we have happily apparently probed the irq, but the problem is that it continues to scream afterwards. So we're still unhappy, but something did actually change. I wonder why ACPI matters. It must be changing the polarity or trigger of the irq somehow - but your earlier dmesg output seems to imply that it only changes ELCR for irq9, so it must be somewhere else. Len, ideas? Also, Marco, it might actually be a VIA IDE driver bug, that leaves the interrupt on during setup somewhere (and the bug just doesn't matter when the IRQ is edge-triggered). So it would be interesting to know what happens if you disable the VIA-specific IDE support... (Btw, thanks for being so good at testing, despite the lack of major progress). Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/