summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2011-06-22 04:09:55 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2011-06-22 04:09:55 +0000
commit0b4f4dfa1ece0be58f7d37f70e4cfc15b6969d6a (patch)
treebbb3bd1c417a6b05befe0e1bf2b90952dc1265c8 /sys/dev/pci
parentfd59343da639bc6f8a931ae121c393a31fb56dd0 (diff)
oops, handle refill like i said i was going to two revisions ago.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_myx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c
index 972decd5684..1e6eea92f06 100644
--- a/sys/dev/pci/if_myx.c
+++ b/sys/dev/pci/if_myx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_myx.c,v 1.22 2011/06/22 04:03:01 deraadt Exp $ */
+/* $OpenBSD: if_myx.c,v 1.23 2011/06/22 04:09:54 dlg Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org>
@@ -1547,7 +1547,7 @@ myx_intr(void *arg)
if (data != sc->sc_tx_count)
myx_txeof(sc, data);
- refill = myx_rxeof(sc);
+ refill |= myx_rxeof(sc);
bus_dmamap_sync(sc->sc_dmat, map, 0, map->dm_mapsize,
BUS_DMASYNC_POSTREAD);