Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2192f3956d7bcb4cf748f0b8e2c94f0e634810aa
Commit:     2192f3956d7bcb4cf748f0b8e2c94f0e634810aa
Parent:     a197f6938db43b5ef464242f707233d3bd8842eb
Author:     Adrian McMenamin <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 11:21:58 2008 +0000
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Mon Feb 11 10:29:33 2008 -0500

    8139too fix for Dreamcast
    
    Updates the 8139too driver to work with recently added
    (a724605cb7a66d423a494a395f9a8ba871b8a1eb) declared coherent memory
    patch for the Dreamcast.
    
    Signed-off-by: Adrian McMenamin <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/8139too.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
index eef6fec..be6e918 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to