From: dth@ncc1701.cistron.net (Danny ter Haar)
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work
Date: Wed, 3 Sep 2003 14:53:31 +0000 (UTC) [thread overview]
Message-ID: <bj4v9b$c48$1@news.cistron.nl> (raw)
In-Reply-To: 20030903114611.C3655@pc9391.uni-regensburg.de
Christian Guggenberger <Christian.Guggenberger@physik.uni-regensburg.de> wrote:
>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)
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);
------------
Danny
--
I think so Brain, but why does a forklift
have to be so big if all it does is lift forks?
next prev parent reply other threads:[~2003-09-03 14:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20030903113737.A3655@pc9391.uni-regensburg.de>
2003-09-03 9:46 ` 2.6.0-test4(-mmX) via-rhine ethernet onboard C3 mini-itx doesn't work Christian Guggenberger
2003-09-03 10:50 ` Damian Kołkowski
2003-09-03 14:53 ` Danny ter Haar [this message]
2003-09-03 15:48 Christian Guggenberger
2003-09-03 16:37 ` 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='bj4v9b$c48$1@news.cistron.nl' \
--to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox