1
0
Fork 0

8139too fix for Dreamcast

Updates the 8139too driver to work with recently added
(a724605cb7) 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>
wifi-calibration
Adrian McMenamin 2008-02-08 11:21:58 +00:00 committed by Jeff Garzik
parent a197f6938d
commit 2192f3956d
1 changed files with 1 additions and 1 deletions

View File

@ -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