[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <47B06A36.5030201@pobox.com>
Date: Mon, 11 Feb 2008 10:31:02 -0500
From: Jeff Garzik <jgarzik@...ox.com>
To: Adrian McMenamin <lkmladrian@...il.com>
CC: Paul Mundt <lethal@...ux-sh.org>,
LKML <linux-kernel@...r.kernel.org>,
linux-sh <linux-sh@...r.kernel.org>
Subject: Re: [PATCH] 8139too fix for Dreamcast
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@...en.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists