lkml.org 
[lkml]   [2003]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work
From
Date
>>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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.041 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site