All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Hood <jdthoodREMOVETHIS@yahoo.co.uk>
To: linux-kernel@vger.kernel.org
Cc: linux-thinkpad@www.bm-soft.com
Subject: 2.4.2-ac16 PIIX4 ACPI getting wrong IRQ?
Date: Fri, 09 Mar 2001 20:42:36 -0500	[thread overview]
Message-ID: <3AA9868C.A5226735@yahoo.co.uk> (raw)

With 2.4.3-pre1, /proc/pci contained:
>   Bus  0, device   7, function  3:
>     Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 1).

With 2.4.2-ac16, /proc/pci contains:
>  Bus  0, device   7, function  3:
>    Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 1).
>      IRQ 9.

So the ACPI function of the PIIX4 is now being given
IRQ 9.  I don't want this.  I was using IRQ 9 for a
PCMCIA device.

So I tried booting the kernel with "acpi=off" and
"pci=irqmask=0x0800", but the result was the same.

Documentation/kernel-parameters.txt says that
"pci=irqmask=0xMMMM ... sets a bit mask of IRQs allowed
to be assigned".  This parameter is being ignored.

[... searches through kernel sources ...]

Well I see that this is the result of a change to
/usr/src/linux-2.4.2-ac16/arch/i386/kernel/pci_pc.c
which looks deliberate:

< static void __init pci_fixup_piix4_acpi(struct pci_dev *d)
< {
< 	/*
< 	 * PIIX4 ACPI device: hardwired IRQ9
< 	 */
< 	d->irq = 9;
< }

What's going on?

Thomas Hood
jdthood_AT_yahoo.co.uk

             reply	other threads:[~2001-03-10  1:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-10  1:42 Thomas Hood [this message]
2001-03-10  2:04 ` 2.4.2-ac16 PIIX4 ACPI getting wrong IRQ? Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2001-03-13 12:58 Thomas Hood

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=3AA9868C.A5226735@yahoo.co.uk \
    --to=jdthoodremovethis@yahoo.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-thinkpad@www.bm-soft.com \
    /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.