diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-10-05 07:24:14 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-10-05 07:24:14 +0000 |
commit | b630b315cc388fae3d8aa58f40378825a8473921 (patch) | |
tree | 14dc7b9bdab6d4621f24f367fb5d670296393c4c /sys/dev | |
parent | 2d8c1ac4042ff910233ee41c16e286a1b25dd32d (diff) |
Remove unimportant printf.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ne2000.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/ne2000.c b/sys/dev/ic/ne2000.c index 6834706b2df..b4fd130293c 100644 --- a/sys/dev/ic/ne2000.c +++ b/sys/dev/ic/ne2000.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ne2000.c,v 1.2 1998/10/04 22:28:14 niklas Exp $ */ +/* $OpenBSD: ne2000.c,v 1.3 1998/10/05 07:24:13 fgsch Exp $ */ /* $NetBSD: ne2000.c,v 1.12 1998/06/10 01:15:50 thorpej Exp $ */ /*- @@ -732,7 +732,4 @@ ne2000_writemem(nict, nich, asict, asich, src, dst, len, useword) */ while (((bus_space_read_1(nict, nich, ED_P0_ISR) & ED_ISR_RDC) != ED_ISR_RDC) && --maxwait); - - if (maxwait == 0) - printf("ne2000_writemem: failed to complete\n"); } |