Re: [2/3] Use insert_resource in pci_claim_resource
From: Russell King (rmk+lkml_at_arm.linux.org.uk)
Date: 03/19/04
- Previous message: Matt Bernstein: "2.4.25 oops in do_softirq"
- In reply to: Matthew Wilcox: "[2/3] Use insert_resource in pci_claim_resource"
- Next in thread: Matthew Wilcox: "Re: [2/3] Use insert_resource in pci_claim_resource"
- Reply: Matthew Wilcox: "Re: [2/3] Use insert_resource in pci_claim_resource"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 19 Mar 2004 09:56:00 +0000 To: Matthew Wilcox <willy@debian.org>
On Thu, Mar 18, 2004 at 11:52:17PM +0000, Matthew Wilcox wrote:
> On ia64, the parent resources are not necessarily PCI resources and
> so won't get found by pci_find_parent_resource. Use the shiny new
> insert_resource() function instead, which I think we would have used
> here had it been available at the time.
I think we want to preserve the existing behaviour rather than change
it. We really do want to request the device resource against its
immediate parent because that is the way PCI works - if a devices
resources don't fall within the parent bus resources, we want to
know about it.
May I suggest that ia64 sets the parent bus resources appropriately,
which should relieve this problem (iow, pci_root_bus->resource[0..3])?
If pci_find_parent_resource() is returning the wrong thing, its likely
that other users of this function will also be getting the wrong answer.
-- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/ 2.6 Serial core - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matt Bernstein: "2.4.25 oops in do_softirq"
- In reply to: Matthew Wilcox: "[2/3] Use insert_resource in pci_claim_resource"
- Next in thread: Matthew Wilcox: "Re: [2/3] Use insert_resource in pci_claim_resource"
- Reply: Matthew Wilcox: "Re: [2/3] Use insert_resource in pci_claim_resource"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|