summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/i82557.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/i82557.c b/sys/dev/ic/i82557.c
index 0db5e8afad0..72ad4e4810d 100644
--- a/sys/dev/ic/i82557.c
+++ b/sys/dev/ic/i82557.c
@@ -1,4 +1,4 @@
-/* $NetBSD: i82557.c,v 1.35 2000/06/28 17:12:57 mrg Exp $ */
+/* $NetBSD: i82557.c,v 1.36 2000/06/29 16:53:48 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -923,6 +923,7 @@ fxp_intr(arg)
* We have processed all of the
* receive buffers.
*/
+ FXP_RFASYNC(sc, m, BUS_DMASYNC_PREREAD);
goto do_transmit;
}