From: Paul Fulghum Date: Fri, 9 Sep 2005 20:02:15 +0000 (-0700) Subject: [PATCH] synclinkmp.c: disable burst transfers X-Git-Tag: firefly_0821_release~41596 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=761a444d8d059e4e2de326383b1dec4a636e0a92;p=firefly-linux-kernel-4.4.55.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/synclinkmp.c b/drivers/char/synclinkmp.c index 1bde04d66cde..d55dbf1f9e18 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 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;