summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ne2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/ne2000.c')
-rw-r--r--sys/dev/ic/ne2000.c5
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");
}