public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew de Quincey <adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
To: hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org,
	liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Re: Possible quick fix for ACPI routing problem on Nforce2
Date: Sun, 13 Jul 2003 14:11:40 +0100	[thread overview]
Message-ID: <200307131411.40832.adq_dvb@lidskialf.net> (raw)
In-Reply-To: <Pine.LNX.4.33.0307131118210.561-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>

On Sunday 13 July 2003 10:19, liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org wrote:
> Salut Andrew,
>
> On Sun, 13 Jul 2003, Andrew de Quincey wrote:
> > Anyway, IRQs > 15 get set to Active low/Level Sensitive in the IO-APIC on
> > my board.
> >
> > The fix (No patch as this is NOT a proper fix):
> > Edit arch/i386/kernel/io_apic.c
> > Find the function io_apic_set_pci_routing() (its the last one in 2.5.74).
> > Change the line:
> > entry.polarity = 1;         /* Low active */
> >
> > To:
> > entry.polarity = 0;         /* High active */
> >
> > For me, this makes everything work fine. Originally, I also forced these
> > IRQs to be edge sensitive, but leaving them at level seems to work fine
> > as well.
>
> Only ISA-IRQs are edge ones. As PCI has interrup-sharing, they need to be
> level ones. I am pretty sure, that your irq > 15 are not for ISA
> devices...

OK, makes sense.

Interesting. I see the polarity is hardcoded to active low (1) in the code, 
which is correct for PCI isn't it?

BUT: this just does not work in my system. The onboard nforce2 devices are 
generating active high IRQs, yet are mapped to IRQs 20,21,22 in ACPI. I've 
checked in Windows: it works, and those devices are mapped to IRQs 20,21,22 
as well.



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1

      parent reply	other threads:[~2003-07-13 13:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200307122352.45704.adq_dvb@lidskialf.net>
     [not found] ` <200307122352.45704.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-07-13  1:18   ` Possible quick fix for ACPI routing problem on Nforce2 Andrew de Quincey
     [not found]     ` <200307130218.44398.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-07-13  5:39       ` Jurriaan
     [not found]         ` <20030713053913.GB1284-4cpIIuwL6H0O5nXqB3HebLNAH6kLmebB@public.gmane.org>
2003-07-13 16:52           ` Andrew de Quincey
2003-07-13 19:35           ` Andrew de Quincey
2003-07-13 23:51           ` Andrew de Quincey
     [not found]             ` <200307140051.29231.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-07-14  1:08               ` Located the problem with the VIA KT400 board Andrew de Quincey
     [not found]                 ` <200307140208.07975.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-07-14 15:32                   ` hgfelger-9nAOAgdJVo4b1SvskN2V4Q
     [not found]                     ` <Pine.LNX.4.33.0307141730001.1166-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2003-07-14 15:53                       ` Andrew de Quincey
2003-07-13  9:19       ` Re: Possible quick fix for ACPI routing problem on Nforce2 liste-9nAOAgdJVo4b1SvskN2V4Q
     [not found]         ` <Pine.LNX.4.33.0307131118210.561-100000-KnfdeQs3A3X/9pzu0YdTqQ@public.gmane.org>
2003-07-13 13:11           ` Andrew de Quincey [this message]

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=200307131411.40832.adq_dvb@lidskialf.net \
    --to=adq_dvb-fmpxvn3awwjajazl26g0sa@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=hgfelger-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.org \
    --cc=liste-9nAOAgdJVo4b1SvskN2V4Q@public.gmane.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