RE: [2.6.13-rc3-git4] VIA686A polymorphs into VIA586!

From: Aleksey Gorelov
Date: Tue Jul 26 2005 - 19:44:11 EST




>-----Original Message-----
>From: linux-kernel-owner@xxxxxxxxxxxxxxx
>[mailto:linux-kernel-owner@xxxxxxxxxxxxxxx] On Behalf Of
>Giancarlo Formicuccia
>Sent: Tuesday, July 26, 2005 2:09 PM
>To: Aleksey Gorelov
>Cc: linux-kernel@xxxxxxxxxxxxxxx
>Subject: Re: [2.6.13-rc3-git4] VIA686A polymorphs into VIA586!
>
>Does this patch look good for you?
>Who's the right developer to ask for inclusion? I'd like to
>see this problem addressed before 2.6.13...
Yep, this is better. Please add appropriate patch description &
Signed-off-by and resend it to Greg and Andrew.

Aleks.
>
>Thanks,
>Giancarlo
>
>
>--- linux-2.6.13-git4/arch/i386/pci/irq.c.org 2005-07-23
>11:15:12.000000000 +0200
>+++ linux-2.6.13-git4/arch/i386/pci/irq.c 2005-07-26
>20:53:11.000000000 +0200
>@@ -550,6 +550,13 @@
> static __init int via_router_probe(struct irq_router *r,
>struct pci_dev *router, u16 device)
> {
> /* FIXME: We should move some of the quirk fixup stuff here */
>+
>+ if (router->device == PCI_DEVICE_ID_VIA_82C686 &&
>+ device == PCI_DEVICE_ID_VIA_82C586_0) {
>+ /* Asus k7m bios wrongly reports 82C686A as
>586-compatible */
>+ device = PCI_DEVICE_ID_VIA_82C686;
>+ }
>+
> switch(device)
> {
> case PCI_DEVICE_ID_VIA_82C586_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/
>
-
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/