* [PATCH] RBTX4938: make RTL8019AS work when CONFIG_PCI=n
@ 2006-05-08 18:19 Sergei Shtylyov
0 siblings, 0 replies; only message in thread
From: Sergei Shtylyov @ 2006-05-08 18:19 UTC (permalink / raw)
To: Linux-MIPS; +Cc: Manish Lachwani
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
This patch should make the on-board Ethernet chip (Realtek RTL8019AS) work
when CONFIG_PCI is disabled...
Signed-off-by: Yuri Shpilevsky <yshpilevsky@ru.mvista.com>
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
[-- Attachment #2: RBTX4938-fix-IO-port-base.patch --]
[-- Type: text/plain, Size: 479 bytes --]
diff --git a/arch/mips/tx4938/toshiba_rbtx4938/setup.c b/arch/mips/tx4938/toshiba_rbtx4938/setup.c
index 5c7ace9..a96d442 100644
--- a/arch/mips/tx4938/toshiba_rbtx4938/setup.c
+++ b/arch/mips/tx4938/toshiba_rbtx4938/setup.c
@@ -918,7 +918,7 @@ void __init toshiba_rbtx4938_setup(void)
TX4938_WR(0xff1ff414, 0x00000000); /* h/w flow control off */
#ifndef CONFIG_PCI
- set_io_port_base(RBTX4938_ETHER_BASE);
+ set_io_port_base(KSEG1);
#endif
#ifdef CONFIG_SERIAL_TXX9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-08 18:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 18:19 [PATCH] RBTX4938: make RTL8019AS work when CONFIG_PCI=n Sergei Shtylyov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.