From: Alan <alan@lxorguk.ukuu.org.uk>
To: Remi <remi.colinet@free.fr>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.19-rc5-mm1 : probe of 0000:00:1f.2 failed with error -16
Date: Mon, 13 Nov 2006 14:14:00 +0000 [thread overview]
Message-ID: <20061113141400.12ff22be@localhost.localdomain> (raw)
In-Reply-To: <1163425477.455876c5637f6@imp4-g19.free.fr>
On Mon, 13 Nov 2006 14:44:37 +0100
Remi <remi.colinet@free.fr> wrote:
> => Step 1 : with the patch applied, the resource of the pci device
> dev->resource[x] are initialized to claim legacy I/O ports from 0x01f0 up to
> 0x01f7 with the flag IORESOURCE_IO (drivers/pci/probe.c).
This is correct behaviour. The resource addresses are implied resources.
> => Step 2 : then, these resources are allocated from the I/O port resources, by
> pcibios_allocate_resources (arch/i386/pci/i386.c).
That is correct, the implied resources end up in the tree as they should
so we now have a correct map of the PCI resources
> which requests the same resources but with the IORESOURCE_BUSY flag. I/O ports
> resources are then :
>
> 01f0-01f7 : 0000:00:1f.2
> 01f0-01f7 : libata
This is an ugly hack that is done by the libata code to deal with old v
new IDE handling. All is still correct however
>
> => Step 4 : then the libata tries to allocate once more the same ressources and
> fails.
>
> [<f00e3eed>] ata_pci_init_one+0xad/0x423 [libata]
> [<f001f9c1>] piix_init_one+0x4b7/0x4d4 [ata_piix]
ata_pci_init_one should have followed the legacy_mode path at this point,
and the legacy mode path should not be trying to request the legacy
regions the quirk code already reserved.
I suspect the code should only do the pci_request_regions() call if the
device on if (!legacy_mode), and the legacy code should
pci_request_region(pdev, 4, ...);
next prev parent reply other threads:[~2006-11-13 14:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-13 13:44 2.6.19-rc5-mm1 : probe of 0000:00:1f.2 failed with error -16 Remi
2006-11-13 13:52 ` Fabio Coatti
2006-11-13 15:20 ` Remi
2006-11-13 15:54 ` Fabio Coatti
2006-11-13 16:27 ` Remi
2006-11-13 19:45 ` Fabio Coatti
2006-11-13 14:14 ` Alan [this message]
2006-11-13 14:59 ` Remi
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=20061113141400.12ff22be@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=remi.colinet@free.fr \
/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