[PATCH]2.4.9-ac5: drivers/net/bagetlance.c

From: Frank Davis (fdavis@si.rr.com)
Date: Fri Aug 31 2001 - 17:46:59 EST


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


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Aug 31 2001 - 21:00:36 EST