summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/musycc/musycc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/musycc/musycc.c b/sys/dev/musycc/musycc.c
index 88f2222..62615e5 100644
--- a/sys/dev/musycc/musycc.c
+++ b/sys/dev/musycc/musycc.c
@@ -739,7 +739,7 @@ musycc_intr0_rx_eom(struct softc *sc, int ch)
/* Don't print a lot, just the begining will do */
if (m->m_len > 16)
m->m_len = m->m_pkthdr.len = 16;
- m_print(m);
+ m_print(m, -1);
printf("\n");
}
md->status = 1600; /* XXX: MTU */
OpenPOWER on IntegriCloud