]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] synclinkmp.c: disable burst transfers
authorPaul Fulghum <paulkf@microgate.com>
Fri, 9 Sep 2005 20:02:15 +0000 (13:02 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:34 +0000 (13:57 -0700)
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>
drivers/char/synclinkmp.c

index 1bde04d66cde52ce1c17c9d38b1ec9d23f266f92..d55dbf1f9e183e1c28bc08e14704e83a3c5c130e 100644 (file)
@@ -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;