From: Matti Aarnio <matti.aarnio@zmailer.org>
To: p2@mind.be, jgarzik@mandrakesoft.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tulip
Date: Mon, 8 Jan 2001 16:11:19 +0200 [thread overview]
Message-ID: <20010108161119.F25659@mea-ext.zmailer.org> (raw)
In-Reply-To: <20010108150108.F1831@mind.be>
In-Reply-To: <20010108150108.F1831@mind.be>; from p2@mind.be on Mon, Jan 08, 2001 at 03:01:08PM +0100
On Mon, Jan 08, 2001 at 03:01:08PM +0100, Peter De Schrijver wrote:
> Hi,
>
> The following patch tries to improve the media autosensing capabilities of the
> 2.4 tulip driver. Iused Doanld Becker's tulip driver as a basis. I only tested
> it on a Digital PWS500a with onboard 21143 chip with MII transceiver.
>
> Peter.
A UNI-DIFF (-u option) would be nice, easier to read what has
changed when (often) old and new text are next to each other.
Linus likes them, I like them, ... (if that is any merit)
/Matti Aarnio
> diff -rc linux.orig/drivers/net/tulip/21142.c linux/drivers/net/tulip/21142.c
> *** linux.orig/drivers/net/tulip/21142.c Tue Nov 7 20:08:09 2000
> --- linux/drivers/net/tulip/21142.c Sun Jan 7 18:29:03 2001
> ***************
> *** 99,106 ****
> {
> struct tulip_private *tp = (struct tulip_private *)dev->priv;
> long ioaddr = dev->base_addr;
> ! int csr14 = ((tp->to_advertise & 0x0780) << 9) |
> ! ((tp->to_advertise&0x0020)<<1) | 0xffbf;
>
> DPRINTK("ENTER\n");
>
> --- 99,106 ----
> {
> struct tulip_private *tp = (struct tulip_private *)dev->priv;
> long ioaddr = dev->base_addr;
> ! int csr14 = ((tp->sym_advertise & 0x0780) << 9) |
> ! ((tp->sym_advertise&0x0020)<<1) | 0xffbf;
>
> DPRINTK("ENTER\n");
>
....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2001-01-08 14:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-08 14:01 Peter De Schrijver
2001-01-08 14:11 ` Matti Aarnio [this message]
2001-01-08 14:33 ` Peter De Schrijver
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=20010108161119.F25659@mea-ext.zmailer.org \
--to=matti.aarnio@zmailer.org \
--cc=jgarzik@mandrakesoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=p2@mind.be \
/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®