summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-05-23 13:59:47 -0700
committerDavid S. Miller <davem@davemloft.net>2005-05-23 13:59:47 -0700
commitded7340d9d9142807a1ef94ab9c51d13ab76a1c9 (patch)
tree9ad97c326b649cb4f7fd5ea1523b1992d1d7b0bd
parent413f5431a5a27e44c6610de640e507e1e3c885f4 (diff)
downloadop-kernel-dev-ded7340d9d9142807a1ef94ab9c51d13ab76a1c9.zip
op-kernel-dev-ded7340d9d9142807a1ef94ab9c51d13ab76a1c9.tar.gz
[TG3]: Increase TEST_BUFFER_SIZE to 8K.
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>
-rw-r--r--drivers/net/tg3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index fb16885..2bb022a 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -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)
{
OpenPOWER on IntegriCloud