Skip to content

Commit

Permalink
8139too fix for Dreamcast
Browse files Browse the repository at this point in the history
Updates the 8139too driver to work with recently added
(a724605) declared coherent memory
patch for the Dreamcast.

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Adrian McMenamin authored and Jeff Garzik committed Feb 11, 2008
1 parent a197f69 commit 2192f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/8139too.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2192f39

Please sign in to comment.