All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: [PATCH]2.4.9-ac5: drivers/net/bagetlance.c
Date: Fri, 31 Aug 2001 18:46:59 -0400	[thread overview]
Message-ID: <3B9013E3.1010005@si.rr.com> (raw)

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

Hello,
    Please test the attached patch. It addresses a FIXME within the file 
that changes CSR3_ACON from 0 to 0x0002 . This is against 2.4.9-ac5 . 
Thanks.
Regards,
Frank

[-- Attachment #2: BAGETLANCEPATCH --]
[-- Type: text/plain, Size: 356 bytes --]

--- drivers/net/bagetlance.c.old	Wed Jun 20 14:10:53 2001
+++ drivers/net/bagetlance.c	Fri Aug 31 18:23:35 2001
@@ -321,7 +321,7 @@
 
 /* CSR3 */
 #define CSR3_BCON	0x0001		/* byte control */
-#define CSR3_ACON	0 // fixme: 0x0002		/* ALE control */
+#define CSR3_ACON	0x0002		/* ALE control */
 #define CSR3_BSWP	0x0004		/* byte swap (1=big endian) */
 
 

                 reply	other threads:[~2001-08-31 22:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3B9013E3.1010005@si.rr.com \
    --to=fdavis@si.rr.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.