lkml.org 
[lkml]   [2005]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch] synclinkmp.c disable burst transfers
From
Date
[patch] synclinkmp.c disable burst transfers

From: Paul Fulghum <paulkf@microgate.com>

Disable burst transfers on adapter local bus.
Hardware feature does not work on latest
version of adapter.

Signed-off-by: Paul Fulghum <paulkf@microgate.com>

--- linux-2.6.13/drivers/char/synclinkmp.c 2005-08-28 18:41:01.000000000 -0500
+++ linux-2.6.13-mg/drivers/char/synclinkmp.c 2005-09-07 12:24:21.000000000 -0500
@@ -645,7 +645,7 @@ static unsigned char tx_active_fifo_leve
static unsigned char tx_negate_fifo_level = 32; // tx request FIFO negation level in bytes

static u32 misc_ctrl_value = 0x007e4040;
-static u32 lcr1_brdr_value = 0x00800029;
+static u32 lcr1_brdr_value = 0x00800028;

static u32 read_ahead_count = 8;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-09-07 19:39    [W:0.018 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site