fix PCI resouce allocation for SSB PCI host bridge
authorMarkus Wigge <mwigge@marcant.net>
Tue, 16 Mar 2010 10:39:37 +0000 (10:39 +0000)
committerMarkus Wigge <mwigge@marcant.net>
Tue, 16 Mar 2010 10:39:37 +0000 (10:39 +0000)
commit8bfc53f675873746738d69ed92d797467d8b4f99
treeeefdd02d02ce394d7f9eda826410155f9f4f4989
parent64384f85dc25c5dc230d5a679ad84ce32edbe5a4
fix PCI resouce allocation for SSB PCI host bridge

The defined offset is wrong and the fixup-code overrides it
later on so that it never gets used for most PCI devices.
Unfortunately the yenta-socket allocates its own resources
and crashes because of the wrong mem_offset.

It seems that the offset and fixup code came from 2.4 where
resource allocation was handled differently.

This patch removes the unneeded parts and thus enables
the yenta_socket on the WRT54G3G platform.

It was tested on Asus WL500G-Premium (v1 and v2), Linksys
WRT54G3G, Netgear WGT634U

Signed-off-by: Michael Buesch <mb@bu3sch.de>
SVN-Revision: 20239
target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch [new file with mode: 0644]
target/linux/brcm47xx/patches-2.6.33/930-bcm47xx-pci-iomem.patch [new file with mode: 0644]