[PATCH] RBTX4938: make RTL8019AS work when CONFIG_PCI=n

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch should make the on-board Ethernet chip (Realtek RTL8019AS) work when CONFIG_PCI is disabled...

Signed-off-by: Yuri Shpilevsky <yshpilevsky@xxxxxxxxxxxxx>
Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx>

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



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux