| To: | matej.kupljen@ultra.si |
|---|---|
| Subject: | Re: smc91x support |
| From: | Atsushi Nemoto <nemoto@toshiba-tops.co.jp> |
| Date: | Fri, 11 Nov 2005 10:36:19 +0900 (JST) |
| Cc: | pantelis.antoniou@gmail.com, anemo@mba.ocn.ne.jp, linux-mips@linux-mips.org |
| In-reply-to: | <1131644670.1478.4.camel@orionlinux.starfleet.com> |
| Organization: | TOSHIBA Personal Computer System Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20051111.001543.93019156.anemo@mba.ocn.ne.jp> <200511101737.09316.pantelis.antoniou@gmail.com> <1131644670.1478.4.camel@orionlinux.starfleet.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
>>>>> On Thu, 10 Nov 2005 18:44:30 +0100, Matej Kupljen
>>>>> <matej.kupljen@ultra.si> said:
matej> How did you achieve this? By software or by using 10 Mbps
matej> switch?
I did by just change default settings like this:
/* Set default parameters */
lp->msg_enable = NETIF_MSG_LINK;
lp->ctl_rfduplx = 0;
lp->ctl_rspeed = 10;
#if 0 /* too many rx overruns on 100M... why? (less overruns on 10M) */
if (lp->version >= (CHIP_91100 << 4)) {
lp->ctl_rfduplx = 1;
lp->ctl_rspeed = 100;
}
#endif
matej> I found this mail from Nicolas on ARM mailing list:
matej>
http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2005-October/031736.html
Hmm... Thanks.
---
Atsushi Nemoto
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: smc91x support, Peter Popov |
|---|---|
| Next by Date: | [PATCH] Remove include/asm-mips/gfx.h, Alexey Dobriyan |
| Previous by Thread: | Re: smc91x support, Matej Kupljen |
| Next by Thread: | Re: smc91x support, Pete Popov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |