From: Pavel Machek <pavel@ucw.cz>
To: jgarzik@pobox.com,
Rusty trivial patch monkey Russell <trivial@rustcorp.com.au>,
kernel list <linux-kernel@vger.kernel.org>
Subject: [trivial] no mili-bits-per-second for via-rhine
Date: Tue, 1 Jun 2004 23:43:45 +0200 [thread overview]
Message-ID: <20040601214345.GA32700@elf.ucw.cz> (raw)
Hi!
via-rhine claims to support 100 mili-bits-per-second mode and one
place and 100 mega-bit-second mode ("100 mega-bit-seconds of storage
for only $1?"). This cleans it up.
Pavel
--- tmp/linux/drivers/net/via-rhine.c 2004-05-20 23:08:19.000000000 +0200
+++ linux/drivers/net/via-rhine.c 2004-05-20 23:11:26.000000000 +0200
@@ -863,12 +863,12 @@
if (np->default_port & 0x330) {
/* FIXME: shouldn't someone check this variable? */
/* np->medialock = 1; */
- printk(KERN_INFO " Forcing %dMbs %s-duplex operation.\n",
+ printk(KERN_INFO " Forcing %dMbps %s-duplex operation.\n",
(option & 0x300 ? 100 : 10),
(option & 0x220 ? "full" : "half"));
if (np->mii_cnt)
mdio_write(dev, np->phys[0], MII_BMCR,
- ((option & 0x300) ? 0x2000 : 0) | /* 100mbps? */
+ ((option & 0x300) ? 0x2000 : 0) | /* 100Mbps? */
((option & 0x220) ? 0x0100 : 0)); /* Full duplex? */
}
}
--
934a471f20d6580d5aad759bf0d97ddc
next reply other threads:[~2004-06-01 21:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-01 21:43 Pavel Machek [this message]
2004-06-02 8:40 ` Roger Luethi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040601214345.GA32700@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®