The patch titled x86: call eisa_set_level_irq() in pbibios_lookup_irq() has been added to the -mm tree. Its filename is x86-call-eisa_set_level_irq-in-pcibios_lookup_irq.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Linus Torvalds <torvalds@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/pci/irq.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/pci/irq.c~x86-call-eisa_set_level_irq-in-pcibios_lookup_irq arch/i386/pci/irq.c --- devel/arch/i386/pci/irq.c~x86-call-eisa_set_level_irq-in-pcibios_lookup_irq 2006-05-17 16:54:32.000000000 -0700 +++ devel-akpm/arch/i386/pci/irq.c 2006-05-17 16:54:32.000000000 -0700 @@ -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)) { _ Patches currently in -mm which might be from torvalds@xxxxxxxx are origin.patch slab-verify-pointers-before-free.patch x86-call-eisa_set_level_irq-in-pcibios_lookup_irq.patch reiser4.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html