summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-10-20 19:40:55 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-10-20 19:40:55 +0000
commit1d4263d7c36ff9a7514e3755a11eee7f6f3c2bbd (patch)
treec3a23050dae81a08c83676b4fc4db19112af44da /sys/dev
parentff9d015984b899ff2be83ae58cfd5cbef5448f44 (diff)
oops, testing printf shouldn't have been commited.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_jme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c
index 336168cebe6..2ad652a8a0d 100644
--- a/sys/dev/pci/if_jme.c
+++ b/sys/dev/pci/if_jme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_jme.c,v 1.8 2008/10/20 19:39:37 brad Exp $ */
+/* $OpenBSD: if_jme.c,v 1.9 2008/10/20 19:40:54 brad Exp $ */
/*-
* Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org>
* All rights reserved.
@@ -1142,7 +1142,6 @@ jme_encap(struct jme_softc *sc, struct mbuf **m_head)
if (m->m_flags & M_VLANTAG) {
cflags |= (m->m_pkthdr.ether_vtag & JME_TD_VLAN_MASK);
cflags |= JME_TD_VLAN_TAG;
- printf("%s: VLAN tag\n", sc->sc_dev.dv_xname);
}
#endif