Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750702AbWEQPZw (ORCPT ); Wed, 17 May 2006 11:25:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750723AbWEQPZw (ORCPT ); Wed, 17 May 2006 11:25:52 -0400 Received: from mail.parknet.jp ([210.171.160.80]:23813 "EHLO parknet.jp") by vger.kernel.org with ESMTP id S1750700AbWEQPZv (ORCPT ); Wed, 17 May 2006 11:25:51 -0400 X-AuthUser: hirofumi@parknet.jp To: Linus Torvalds Cc: Avuton Olrich , Jeff Garzik , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@osdl.org Subject: Re: [RFT] major libata update References: <20060515170006.GA29555@havoc.gtf.org> <3aa654a40605151630j53822ba1nbb1a2e3847a78025@mail.gmail.com> <446914C7.1030702@garzik.org> <3aa654a40605152036h40fa1cd0x8edd81431c1bd22d@mail.gmail.com> <44694C4F.3000008@garzik.org> <3aa654a40605152133x516581f9w62c7cb7709864fb0@mail.gmail.com> From: OGAWA Hirofumi Date: Thu, 18 May 2006 00:25:43 +0900 In-Reply-To: (Linus Torvalds's message of "Tue, 16 May 2006 07:57:36 -0700 (PDT)") Message-ID: <87ves44qrs.fsf@duaron.myhome.or.jp> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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: 1023 Lines: 26 Linus Torvalds writes: > On Mon, 15 May 2006, Avuton Olrich wrote: > > diff --git a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c > index 06dab00..49b9fea 100644 > --- a/arch/i386/pci/irq.c > +++ b/arch/i386/pci/irq.c > @@ -880,6 +880,7 @@ static int pcibios_lookup_irq(struct pci > ((!(pci_probe & PCI_USE_PIRQ_MASK)) || ((1 << irq) & mask)) ) { > DBG(" -> got IRQ %d\n", irq); > msg = "Found"; > + eisa_set_level_irq(irq); > } else if (newirq && r->set && (dev->class >> 8) != PCI_CLASS_DISPLAY_VGA) { > DBG(" -> assigning IRQ %d", newirq); > if (r->set(pirq_router_dev, dev, pirq, newirq)) { I like it. I'd like to put this type stuff (fixes setting of 8259, APIC, chipset, etc.) into pci... -- OGAWA Hirofumi - 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/