From: Christian Guggenberger <christian.guggenberger@physik.uni-regensburg.de>
To: linux-kernel@vger.kernel.org, dth@ncc1701.cistron.net,
Christian Guggenberger
<christian.guggenberger@physik.uni-regensburg.de>
Subject: Re: 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work
Date: Wed, 03 Sep 2003 17:48:34 +0200 [thread overview]
Message-ID: <1062604114.626.4.camel@bonnie79> (raw)
>>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);
next reply other threads:[~2003-09-03 15:48 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-03 15:48 Christian Guggenberger [this message]
2003-09-03 16:37 ` 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work Danny ter Haar
[not found] <20030903113737.A3655@pc9391.uni-regensburg.de>
2003-09-03 9:46 ` Christian Guggenberger
2003-09-03 10:50 ` Damian Kołkowski
2003-09-03 14:53 ` Danny ter Haar
-- strict thread matches above, loose matches on Subject: below --
2003-09-03 7:11 Danny ter Haar
2003-09-03 7:40 ` Roger Luethi
2003-09-03 7:49 ` Danny ter Haar
2003-09-03 7:49 ` Damian Kolkowski
2003-09-03 8:02 ` Danny ter Haar
2003-09-03 8:13 ` Damian Kolkowski
2003-09-03 8:13 ` Arjan van de Ven
2003-09-03 8:22 ` Damian Kołkowski
2003-09-03 9:17 ` Roger Luethi
2003-09-03 10:03 ` Danny ter Haar
2003-09-03 9:58 ` Danny ter Haar
2003-09-03 9:30 ` Mikael Pettersson
2003-09-03 9:49 ` Roger Luethi
2003-09-03 10:05 ` Danny ter Haar
2003-09-03 14:21 ` Alan Cox
2003-09-03 15:19 ` Mikael Pettersson
2003-09-03 15:40 ` Alan Cox
2003-09-03 16:23 ` Matt Heler
2003-09-03 16:55 ` Roger Luethi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1062604114.626.4.camel@bonnie79 \
--to=christian.guggenberger@physik.uni-regensburg.de \
--cc=dth@ncc1701.cistron.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.