Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] NEx000: fix RTL8019AS base address for RBTX4938
@ 2006-04-16 15:42 Sergei Shtylyov
  0 siblings, 0 replies; only message in thread
From: Sergei Shtylyov @ 2006-04-16 15:42 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-net, Linux-MIPS

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Correct the base address of the Realtek RTL8019AS chip on the Toshiba RBTX4938
board -- this should make the driver work at least when CONFIG_PCI is enabled.

Signed-off-by: Yuri Shpilevsky <yshpilevsky@ru.mvista.com>
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>


[-- Attachment #2: RBTX4938-fix-RTL8019AS-base-addr.patch --]
[-- Type: text/plain, Size: 398 bytes --]

diff --git a/drivers/net/ne.c b/drivers/net/ne.c
index 08b218c..93c494b 100644
--- a/drivers/net/ne.c
+++ b/drivers/net/ne.c
@@ -226,7 +226,7 @@ struct net_device * __init ne_probe(int 
 	netdev_boot_setup_check(dev);
 
 #ifdef CONFIG_TOSHIBA_RBTX4938
-	dev->base_addr = 0x07f20280;
+	dev->base_addr = RBTX4938_RTL_8019_BASE;
 	dev->irq = RBTX4938_RTL_8019_IRQ;
 #endif
 	err = do_ne_probe(dev);



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-17 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-16 15:42 [PATCH] NEx000: fix RTL8019AS base address for RBTX4938 Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox