http://bugzilla.kernel.org/show_bug.cgi?id=2874





------- Additional Comments From [EMAIL PROTECTED]  2006-12-07 04:47 -------
Well, I figured printk out :P

It changes with this block:

        /* Attempt to enable the link device at this IRQ. */
        if (acpi_pci_link_set(link, irq)) {
                printk(KERN_ERR PREFIX "Unable to set IRQ for %s [%s]. "
                            "Try pci=noacpi or acpi=off\n",
                            acpi_device_name(link->device),
                            acpi_device_bid(link->device));
                return -ENODEV;
        } else {
                acpi_irq_penalty[link->irq.active] += PIRQ_PENALTY_PCI_USING;
                printk(PREFIX "%s [%s] enabled at IRQ %d\n",
                       acpi_device_name(link->device),
                       acpi_device_bid(link->device), link->irq.active);
        }

Does this help?

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to