aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Fulghum <paulkf@microgate.com>2005-09-09 16:02:15 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 16:57:34 -0400
commit761a444d8d059e4e2de326383b1dec4a636e0a92 (patch)
tree17ea36ed6a978ee30c43c081faf2f80cafdfff5f
parent7f3edb94564d319cd58cc11c2c986b7ec25643d8 (diff)
[PATCH] synclinkmp.c: disable burst transfers
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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/char/synclinkmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/synclinkmp.c b/drivers/char/synclinkmp.c
index 1bde04d66cd..d55dbf1f9e1 100644
--- a/drivers/char/synclinkmp.c
+++ b/drivers/char/synclinkmp.c
@@ -643,7 +643,7 @@ static unsigned char tx_active_fifo_level = 16; // tx request FIFO activation le
643static unsigned char tx_negate_fifo_level = 32; // tx request FIFO negation level in bytes 643static unsigned char tx_negate_fifo_level = 32; // tx request FIFO negation level in bytes
644 644
645static u32 misc_ctrl_value = 0x007e4040; 645static u32 misc_ctrl_value = 0x007e4040;
646static u32 lcr1_brdr_value = 0x00800029; 646static u32 lcr1_brdr_value = 0x00800028;
647 647
648static u32 read_ahead_count = 8; 648static u32 read_ahead_count = 8;
649 649