All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Panin <pazke@donpac.ru>
To: Torsten Scheck <torsten.scheck@gmx.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: PIIX4 ACPI device - hardwired IRQ9
Date: Mon, 19 Jul 2004 09:36:40 +0400	[thread overview]
Message-ID: <20040719053640.GE32614@pazke> (raw)
In-Reply-To: <40F41D22.5080603@gmx.de>

[-- Attachment #1: Type: text/plain, Size: 1469 bytes --]

On 195, 07 13, 2004 at 07:34:26PM +0200, Torsten Scheck wrote:
> Dear friends:
> 
> Please excuse my ignorance: Does the indicated line below have any other 
> purpose apart from making me comment it and recompile the kernel to get 
> my soundcard working? ;-)
> 
> kernel-source-2.4.26/arch/i386/kernel/pci-pc.c
> static void __devinit pci_fixup_piix4_acpi(struct pci_dev *d)
>         /* PIIX4 ACPI device: hardwired IRQ9 */
>  ===>   d->irq = 9;
> 
> $ isapnp /etc/isapnp.conf
> /etc/isapnp.conf:167 -- Fatal - resource conflict allocating IRQ9
> (see pci)
> /etc/isapnp.conf:167 -- Fatal - Error occurred executing request
> 'IRQ 9' --- further action aborted
> 
> My soundcard is a Terratec EWS64 XL. I successfully use the 
> sam9407-1.0.4 driver after a proper isapnp configuration, i.e. comment 
> the hardwired IRQ9 line, compile the kernel, run isapnp.
> 
> 
> If there should be really no other purpose I recommend to comment the 
> line, so I can use a precompiled kernel from now on. :-)

The answer is simple: don't use isapnptools with 2.4 kernel,
drivers should use kernel ISA PnP subsystem instead.

Unfortunately the sam9407-1.0.4 is extremely ugly piece of code and
no person sane enough will touch it (for the good summ of money perhaps :)

So the real thing you need is sam9407 driver rewritten from scrath :(

-- 
Andrey Panin		| Linux and UNIX system administrator
pazke@donpac.ru		| PGP key: wwwkeys.pgp.net

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2004-07-19  5:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-13 17:34 PIIX4 ACPI device - hardwired IRQ9 Torsten Scheck
2004-07-19  5:36 ` Andrey Panin [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=20040719053640.GE32614@pazke \
    --to=pazke@donpac.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torsten.scheck@gmx.de \
    /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.