summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-31 14:22:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-31 14:22:39 +0000
commita75fcd575a93a167bc930041171d925a14d32d0e (patch)
treea0ac3914a49df2f7dee344cf124540ee44170cd9 /sys
parent3e293aafa1b01b151ada5518872a88a8b5f0a67f (diff)
more quiet
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/dc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/dc.c b/sys/dev/ic/dc.c
index 2228f613a6b..cfe260bfe65 100644
--- a/sys/dev/ic/dc.c
+++ b/sys/dev/ic/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.53 2002/10/21 20:30:32 henning Exp $ */
+/* $OpenBSD: dc.c,v 1.54 2003/01/31 14:22:38 deraadt Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -2506,7 +2506,9 @@ int dc_intr(arg)
#endif
DC_SETBIT(sc, DC_NETCFG, DC_NETCFG_STORENFWD);
} else if (sc->dc_flags & DC_TX_STORENFWD) {
+#if 0
printf("resetting\n");
+#endif
} else {
sc->dc_txthresh += 0x4000;
#if 0