dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Paul Fulghum 2005-09-09 13:02:15 -07:00 committed by Linus Torvalds
parent 7f3edb9456
commit 761a444d8d
1 changed files with 1 additions and 1 deletions

View 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;