LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] 8139too fix for Dreamcast
@ 2008-02-08 11:21 Adrian McMenamin
2008-02-11 15:31 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2008-02-08 11:21 UTC (permalink / raw)
To: jgarzik, Paul Mundt; +Cc: LKML, linux-sh
Updates the 8139too driver to work with recently added
(a724605cb7a66d423a494a395f9a8ba871b8a1eb) declared coherent memory
patch for the Dreamcast.
Jeff - I am assuming you are still the maintainer and I guess Paul
should also ack this as it is SH related.
Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
-----
diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
index d373545..80f1cce 100644
--- 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
* Re: [PATCH] 8139too fix for Dreamcast
2008-02-08 11:21 [PATCH] 8139too fix for Dreamcast Adrian McMenamin
@ 2008-02-11 15:31 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-02-11 15:31 UTC (permalink / raw)
To: Adrian McMenamin; +Cc: Paul Mundt, LKML, linux-sh
Adrian McMenamin wrote:
> Updates the 8139too driver to work with recently added
> (a724605cb7a66d423a494a395f9a8ba871b8a1eb) declared coherent memory
> patch for the Dreamcast.
>
> Jeff - I am assuming you are still the maintainer and I guess Paul
> should also ack this as it is SH related.
>
> Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
>
> -----
>
>
> diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
> index d373545..80f1cce 100644
> --- 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
applied... yell if that's a problem Paul
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-11 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08 11:21 [PATCH] 8139too fix for Dreamcast Adrian McMenamin
2008-02-11 15:31 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).