aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2000-03-24 23:31:42 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2000-03-24 23:31:42 +0000
commitc9c222f749340ace55efb3615734fe1f923d5f25 (patch)
tree9f47f48c84b016097de25ca5b00ccb0cce4f0aed /sys
parent76b501da9427225946d0522112501c4764c394fb (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ep/if_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 139e0a5f0ea4..35a61983616c 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -507,7 +507,7 @@ startagain:
}
} else {
for (top = m; m != 0; m = m->m_next) {
- if (m->m_len > 3)
+ if (m->m_len > 1)
outsw(BASE + EP_W1_TX_PIO_WR_1,
mtod(m, caddr_t), m->m_len / 2);
if (m->m_len & 1)