public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix 8139too for Dreamcast
@ 2008-02-03 23:34 Adrian McMenamin
  2008-02-04  0:55 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2008-02-03 23:34 UTC (permalink / raw)
  To: linux-sh

From: Adrian McMenamin

This fixes the 8139too driver for the Dreamcast to work with the recent coherency patches. All Magnus's work, I just tested it.

Suggested-by: Magnus Damm
Submitted-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>

========


--- a/drivers/net/8139too.c
+++ b/drivers/net/8139too.c
@@ -168,7 +168,7 @@ static int debug = -1;
  * Warning: 64K ring has hardware issues and may lock up.
  */
 #if defined(CONFIG_SH_DREAMCAST)
-#define RX_BUF_IDX     1       /* 16K ring */
+#define RX_BUF_IDX     0       /* 8K ring */
 #else
 #define RX_BUF_IDX     2       /* 32K ring */
 #endif


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-04  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-03 23:34 [PATCH] Fix 8139too for Dreamcast Adrian McMenamin
2008-02-04  0:55 ` Paul Mundt

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