summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 66a4989..5e926e4 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -1420,7 +1420,7 @@ static int t4_hardware_init(struct t4 *wc)
unsigned int falcver;
version = t4_pci_in(wc, WC_VERSION);
- printk("TE410P version %08x\n", version);
+ printk("TE410P version %08x, burst %s\n", version, noburst ? "OFF" : "ON");
/* Make sure DMA engine is not running and interrupts are acknowledged */
wc->dmactrl = 0x0;