projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8d137
)
enable irq sharing for the serial console
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Nov 2006 01:31:11 +0000
(
01:31
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Nov 2006 01:31:11 +0000
(
01:31
+0000)
SVN-Revision: 5540
target/linux/brcm-2.6/patches/001-bcm947xx.patch
patch
|
blob
|
history
diff --git
a/target/linux/brcm-2.6/patches/001-bcm947xx.patch
b/target/linux/brcm-2.6/patches/001-bcm947xx.patch
index 8c077adce8cf35a08b78f72c7b895a41c1bb561a..e180e4718f5cfc33bdccb195a7dbfb20bf76a157 100644
(file)
--- a/
target/linux/brcm-2.6/patches/001-bcm947xx.patch
+++ b/
target/linux/brcm-2.6/patches/001-bcm947xx.patch
@@
-11639,7
+11639,7
@@
diff -urN linux.old/arch/mips/bcm947xx/setup.c linux.dev/arch/mips/bcm947xx/setu
+ s.membase = regs;
+ s.irq = irq + 2;
+ s.uartclk = baud_base;
-+ s.flags = ASYNC_BOOT_AUTOCONF;
++ s.flags = ASYNC_BOOT_AUTOCONF
| UPF_SHARE_IRQ
;
+ s.iotype = SERIAL_IO_MEM;
+ s.regshift = reg_shift;
+