git: ral - Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbuf_segment() calls
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed May 25 11:12:48 PDT 2016
commit 877608c7583e2a94bd1d1c754360f3ea71ce5db9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed May 25 11:11:13 2016 -0700
ral - Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbuf_segment() calls
* Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbuf_segment() calls.
* NOTE: FreeBSD original code in #else not modified, but probably needs
the same change (to bus_dmamap_load_mbuf_sg()).
Summary of changes:
sys/dev/netif/ral/rt2560.c | 10 +++++-----
sys/dev/netif/ral/rt2661.c | 8 ++++----
sys/dev/netif/ral/rt2860.c | 8 ++++----
3 files changed, 13 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/877608c7583e2a94bd1d1c754360f3ea71ce5db9
--
DragonFly BSD source repository
More information about the Commits
mailing list