Re: 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itxdoesn't work

From: Christian Guggenberger
Date: Wed Sep 03 2003 - 10:49:32 EST


>>Some days ago a patch for 2.6 has been posted on bugzilla, (see some of the
>>last entries of Bug #10).
>>This one got IO-APIC + ACPI working for the first time in a year on my EPOX
>>8k5a3+.
>>(via-rhine, usb , sound )
>>Please try !

>You mean this one? (so small, probably no-one minds)

yep, this one.
please cc me next time, cause I'm not subcribed.

Christian


diff -uNr linux-2.6.0-test4-bk2.orig/drivers/acpi/pci_link.c linux-2.6.0-test4-bk2/drivers/acpi/pci_link.c
--- linux-2.6.0-test4-bk2.orig/drivers/acpi/pci_link.c 2003-08-23 01:52:08.000000000 +0200
+++ linux-2.6.0-test4-bk2/drivers/acpi/pci_link.c 2003-08-30 10:05:20.514059029 +0200
@@ -360,6 +360,8 @@
return_VALUE(-ENODEV);
}

+
+#ifdef DONT_REMOVE_CHECK
/* Make sure the active IRQ is the one we requested. */
result = acpi_pci_link_get_current(link);
if (result) {
@@ -375,6 +377,10 @@
return_VALUE(-ENODEV);
}

+#else
+ link->irq.active = irq;
+#endif
+
ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Set IRQ %d\n", link->irq.active));

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