Re: [ACPI] [PATCH] VIA IRQ quirk for 2.6.12-rc5

From: Alan Cox
Date: Fri May 27 2005 - 05:15:55 EST


On Gwe, 2005-05-27 at 09:21, Len Brown wrote:
> Delete quirk_via_bridge(), restore quirk_via_irqpic() --
> but now improved to be invoked upon device ENABLE, and
> now only for VIA devices -- not all devices behind VIA bridges.

Properly you should apply the fixup to all VBUS devices. I've not seen a
clean way to identify which devices fall into that category but there
are public
data sheets for many of the chips.

> + printk(KERN_INFO "PCI: Via PIC IRQ fixup for %s, from %d to %d\n",
> + pci_name(dev), irq, new_irq);
> + udelay(15); /* unknown if delay really needed */
> + pci_write_config_byte(dev, PCI_INTERRUPT_LINE, new_irq);

It isn't

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/