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

Frank Davis (fdavis@si.rr.com)
Fri, 31 Aug 2001 18:46:59 -0400


This is a multi-part message in MIME format.
--------------090406060400000608090707
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

--------------090406060400000608090707
Content-Type: text/plain;
name="BAGETLANCEPATCH"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="BAGETLANCEPATCH"

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


--------------090406060400000608090707--

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