From: Francois Romieu <romieu@fr.zoreil.com>
To: Marcelo Roberto Jimenez <mroberto@cetuc.puc-rio.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SMP kernel 2.6 does not work with my network cards. UP kernel works nice.
Date: Wed, 25 Aug 2004 23:13:15 +0200 [thread overview]
Message-ID: <20040825211315.GA31397@electric-eye.fr.zoreil.com> (raw)
In-Reply-To: <1093460668.2461.46.camel@genipapo>
Marcelo Roberto Jimenez <mroberto@cetuc.puc-rio.br> :
[...]
> I am currently not able to use the 2.6 SMP kernel, because the network
> card drivers seem not to be working. UP kernel works fine. I have tried
> the latest www.kernel.org kernel, and is has the same problem as the
> latest Fedora Core 2.
Can you try 2.6.8.1 with the hideous hack below ?
--- linux-2.6.8.1-mm4.orig/drivers/acpi/pci_irq.c 2004-08-25 23:05:18.000000000 +0200
+++ linux-2.6.8.1-mm4/drivers/acpi/pci_irq.c 2004-08-25 23:08:03.000000000 +0200
@@ -360,6 +360,10 @@ acpi_pci_irq_enable (
*/
if (!irq)
irq = acpi_pci_irq_derive(dev, pin, &edge_level, &active_high_low);
+
+ edge_level = ACPI_LEVEL_SENSITIVE;
+ active_high_low = ACPI_ACTIVE_LOW;
+ irq = dev->irq;
/*
* No IRQ known to the ACPI subsystem - maybe the BIOS /
next prev parent reply other threads:[~2004-08-25 22:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-25 19:04 Marcelo Roberto Jimenez
2004-08-25 21:13 ` Francois Romieu [this message]
2004-08-27 14:36 Marcelo Roberto Jimenez
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=20040825211315.GA31397@electric-eye.fr.zoreil.com \
--to=romieu@fr.zoreil.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mroberto@cetuc.puc-rio.br \
/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
all inboxes | Powered by JetHome®