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

* Re: [PATCH] Fix 8139too for Dreamcast
  2008-02-03 23:34 [PATCH] Fix 8139too for Dreamcast Adrian McMenamin
@ 2008-02-04  0:55 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-02-04  0:55 UTC (permalink / raw)
  To: linux-sh

On Sun, Feb 03, 2008 at 11:34:50PM +0000, Adrian McMenamin wrote:
> From: Adrian McMenamin
> 
You only need this if you're submitting a patch from someone else, and
then you still need the email address, or git-am has no idea what to do.

> 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

Mail address missing again.

> Submitted-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
> 
Do not arbitrarily invent new sign-off tags, read
Documentation/SubmittingPatches.

This patch should also be sent to Jeff Garzik if you actually want it
applied. It also helps to point out the commit-id that broke so it's
clear that this is fixing a regression.

^ 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