public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]2.4.9-ac5: drivers/net/bagetlance.c
@ 2001-08-31 22:46 Frank Davis
  0 siblings, 0 replies; only message in thread
From: Frank Davis @ 2001-08-31 22:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: Alan Cox

[-- 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) */
 
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-31 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-31 22:46 [PATCH]2.4.9-ac5: drivers/net/bagetlance.c Frank Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox