Skip to content

Commit

Permalink
[TG3]: Increase TEST_BUFFER_SIZE to 8K.
Browse files Browse the repository at this point in the history
This makes the DMA bug workaround test more likely
to find the problem on some systems.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 23, 2005
1 parent 413f543 commit ded7340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -8996,7 +8996,7 @@ static int __devinit tg3_do_test_dma(struct tg3 *tp, u32 *buf, dma_addr_t buf_dm
return ret;
}

#define TEST_BUFFER_SIZE 0x400
#define TEST_BUFFER_SIZE 0x2000

static int __devinit tg3_test_dma(struct tg3 *tp)
{
Expand Down

0 comments on commit ded7340

Please sign in to comment.