| To: | jgarzik@pobox.com |
|---|---|
| Subject: | [PATCH] NEx000: fix RTL8019AS base address for RBTX4938 |
| From: | Sergei Shtylyov <sshtylyov@ru.mvista.com> |
| Date: | Sun, 16 Apr 2006 19:42:35 +0400 |
| Cc: | linux-net@vger.kernel.org, Linux-MIPS <linux-mips@linux-mips.org> |
| Organization: | MontaVista Software Inc. |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; rv:1.7.2) Gecko/20040803 |
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> 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);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 00/05] robust per_cpu allocation for modules, Steven Rostedt |
|---|---|
| Next by Date: | Re: [PATCH 00/05] robust per_cpu allocation for modules, Arnd Bergmann |
| Previous by Thread: | [PATCH] vr41xx: defconfig update, Yoichi Yuasa |
| Next by Thread: | [PATCH] fix modpost segfault for 64bit mipsel kernel, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |