From: Ben Dooks <ben-linux@fluff.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Ben Dooks <ben-linux@fluff.org>, linux-ide@vger.kernel.org
Subject: Re: [patch 1/1] LIBATA: Allow devices without IRQ specified to fall back
Date: Wed, 23 Jul 2008 20:04:33 +0100 [thread overview]
Message-ID: <20080723190433.GB26938@trinity.fluff.org> (raw)
In-Reply-To: <20080723163216.7477be06@lxorguk.ukuu.org.uk>
On Wed, Jul 23, 2008 at 04:32:16PM +0100, Alan Cox wrote:
> > is not correclty supported by libata as the pdev->irq field
> > has no valid interrupt set. This is due to the legacy IRQ
> > check in ata_pci_sff_activate_host() only checking to see
> > if the device class is legacy, not that the IRQ has been
> > setup.
>
> It does that check as that is the correct check to do. If the device is
> in native mode with no assigned IRQ we must poll, we cannot assume that
> legacy interrupts are in use.
>
> > Change ata_pci_sff_activate_host() to try the legacy IRQ
> > numbers (which works correctly) when the dev->irq has not
> > been set. The current check for !legacy_mode && dev->irq
> > does not deal with devices that are not in legacy mode
> > but do not have mapped interrupts.
>
> If they have no mapped interrupt and are not in legacy mode then they
> have no interrupt we can use and we should poll. Your assumption that if
> no IRQ is assigned we should use the legacy interrupts is incorrect for
> PC class systems.
>
> Can you not correct this with a PCI quirk handler for your board instead ?
Ok, however the drivers/ide/pci/alim15x3.c still works fine
on this board, so there's something that something in the libata
driver path not working properly. Possibly drivers/ata/pata_ali.c
that is missing something
I will check this over tommorow and come up with a new solution.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next prev parent reply other threads:[~2008-07-23 19:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20080723144226.807475493@fluff.org>
2008-07-23 14:42 ` [patch 1/1] LIBATA: Allow devices without IRQ specified to fall back Ben Dooks
2008-07-23 15:32 ` Alan Cox
2008-07-23 19:04 ` Ben Dooks [this message]
2008-07-23 19:13 ` Alan Cox
2008-07-24 11:26 ` Ben Dooks
2008-07-24 11:13 ` Alan Cox
2008-07-24 11:50 ` Ben Dooks
2008-07-24 11:59 ` Alan Cox
2008-07-24 13:50 ` Ben Dooks
2008-07-24 13:52 ` Alan Cox
2008-07-24 14:17 ` Ben Dooks
2008-07-24 14:05 ` Alan Cox
2008-07-24 16:12 ` Bartlomiej Zolnierkiewicz
2008-07-24 16:06 ` Alan Cox
2008-07-24 17:05 ` Bartlomiej Zolnierkiewicz
2008-07-24 17:23 ` Alan Cox
2008-07-24 11:14 ` Alan Cox
2008-07-24 11:50 ` Ben Dooks
2008-07-24 11:58 ` Alan Cox
2008-07-24 13:52 ` Ben Dooks
2008-07-24 14:33 ` Alan Cox
2008-07-24 15:24 ` Ben Dooks
2008-07-24 15:26 ` Alan Cox
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=20080723190433.GB26938@trinity.fluff.org \
--to=ben-linux@fluff.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-ide@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 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.