summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/dc.c')
-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