projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413f543
)
[TG3]: Increase TEST_BUFFER_SIZE to 8K.
author
David S. Miller
<davem@davemloft.net>
Mon, 23 May 2005 20:59:47 +0000
(13:59 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 23 May 2005 20:59:47 +0000
(13:59 -0700)
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>
drivers/net/tg3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/tg3.c
b/drivers/net/tg3.c
index fb168855b2559a39440c0ec0ebd68d96cd6561c2..2bb022ab668250bc4699c354f9c22c7086a9bad4 100644
(file)
--- 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 0x
4
00
+#define TEST_BUFFER_SIZE 0x
20
00
static int __devinit tg3_test_dma(struct tg3 *tp)
{