summaryrefslogtreecommitdiff
path: root/sys/dev/ic/re.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-20 23:26:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-20 23:26:53 +0000
commitb58643c222d09879749d8b6921a29a5f40ca1a2f (patch)
treef15f03178781be9dd6a870924a0d28cd82c010c0 /sys/dev/ic/re.c
parentfe1033c1e19b3e9ea273b4da5c50be117e4a8aa9 (diff)
remove debug message inserted in last commit
Diffstat (limited to 'sys/dev/ic/re.c')
-rw-r--r--sys/dev/ic/re.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c
index 77b00da2ea0..8be95697ea1 100644
--- a/sys/dev/ic/re.c
+++ b/sys/dev/ic/re.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: re.c,v 1.58 2006/12/12 10:24:37 reyk Exp $ */
+/* $OpenBSD: re.c,v 1.59 2006/12/20 23:26:52 deraadt Exp $ */
/* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */
/*
* Copyright (c) 1997, 1998-2003
@@ -1654,7 +1654,6 @@ re_encap(struct rl_softc *sc, struct mbuf *m, int *idx)
if (pad) {
bus_addr_t paddaddr;
- printf("%s: re_encap: padding\n", sc->sc_dev.dv_xname);
d = &sc->rl_ldata.rl_tx_list[curidx];
paddaddr = RL_TXPADDADDR(sc);
re_set_bufaddr(d, paddaddr);