diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-31 14:22:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-31 14:22:39 +0000 |
commit | a75fcd575a93a167bc930041171d925a14d32d0e (patch) | |
tree | a0ac3914a49df2f7dee344cf124540ee44170cd9 /sys | |
parent | 3e293aafa1b01b151ada5518872a88a8b5f0a67f (diff) |
more quiet
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/dc.c | 4 |
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 |