Re: [PATCH] I2C update for 2.6.5

From: Greg KH
Date: Wed Apr 14 2004 - 17:48:52 EST


ChangeSet 1.1643.36.13, 2004/04/02 11:02:40-08:00, mochel@xxxxxxxxxxxxxxxxxx

[PATCH] I2C: Add support for the ALi 1563 in the PCI IRQ routing code.


arch/i386/pci/irq.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)


diff -Nru a/arch/i386/pci/irq.c b/arch/i386/pci/irq.c
--- a/arch/i386/pci/irq.c Wed Apr 14 15:13:55 2004
+++ b/arch/i386/pci/irq.c Wed Apr 14 15:13:55 2004
@@ -590,12 +590,13 @@
{
switch(device)
{
- case PCI_DEVICE_ID_AL_M1533:
+ case PCI_DEVICE_ID_AL_M1533:
+ case PCI_DEVICE_ID_AL_M1563:
+ printk("PCI: Using ALI IRQ Router\n");
r->name = "ALI";
r->get = pirq_ali_get;
r->set = pirq_ali_set;
return 1;
- /* Should add 156x some day */
}
return 0;
}

-
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/