projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
npe driver fixes for ixp43x are in upstream now
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.28
/
400-arch-bcm47xx.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
b/target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
index
127dab5
..
ad7e667
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
+++ b/
target/linux/brcm47xx/patches-2.6.28/400-arch-bcm47xx.patch
@@
-129,7
+129,7
@@
Index: linux-2.6.28.7/arch/mips/bcm47xx/setup.c
{
int i = 0;
{
int i = 0;
-@@ -73,52 +83,14
1
@@ static void str2eaddr(char *str, char *d
+@@ -73,52 +83,14
2
@@ static void str2eaddr(char *str, char *d
}
}
}
}
@@
-272,6
+272,7
@@
Index: linux-2.6.28.7/arch/mips/bcm47xx/setup.c
+
+ memset(&s, 0, sizeof(s));
+ s.line = i;
+
+ memset(&s, 0, sizeof(s));
+ s.line = i;
++ s.mapbase = (unsigned int) port->regs;
+ s.membase = port->regs;
+ s.irq = port->irq + 2;
+ s.uartclk = port->baud_base;
+ s.membase = port->regs;
+ s.irq = port->irq + 2;
+ s.uartclk = port->baud_base;
This page took
0.021042 seconds
and
4
git commands to generate.