projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] mac80211: update ath9k patches
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.25
/
601-mips-remove-pci-collision-check.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.25/601-mips-remove-pci-collision-check.patch
b/target/linux/brcm47xx/patches-2.6.25/601-mips-remove-pci-collision-check.patch
index
ed8938f
..
9071b7c
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.25/601-mips-remove-pci-collision-check.patch
+++ b/
target/linux/brcm47xx/patches-2.6.25/601-mips-remove-pci-collision-check.patch
@@
-2,10
+2,8
@@
The SSB pcicore driver does create some MMIO resource collisions.
However, the pcicore PCI-fixup routine fixes these collisions afterwards.
Remove this sanity check for now until we find a better solution.
--mb
However, the pcicore PCI-fixup routine fixes these collisions afterwards.
Remove this sanity check for now until we find a better solution.
--mb
-Index: linux-2.6.25.4/arch/mips/pci/pci.c
-===================================================================
---- linux-2.6.25.4.orig/arch/mips/pci/pci.c
-+++ linux-2.6.25.4/arch/mips/pci/pci.c
+--- a/arch/mips/pci/pci.c
++++ b/arch/mips/pci/pci.c
@@ -182,12 +182,10 @@ static int pcibios_enable_resources(stru
if ((idx == PCI_ROM_RESOURCE) &&
(!(r->flags & IORESOURCE_ROM_ENABLE)))
@@ -182,12 +182,10 @@ static int pcibios_enable_resources(stru
if ((idx == PCI_ROM_RESOURCE) &&
(!(r->flags & IORESOURCE_ROM_ENABLE)))
This page took
0.02466 seconds
and
4
git commands to generate.