Revision 2cece21f18eddb69a2adbadfff95a650e1402bd2 authored by Marius Strobl on 22 July 2012, 14:32:49 UTC, committed by Marius Strobl on 22 July 2012, 14:32:49 UTC
Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for user
data introduced in r236061 (MFC'ed to stable/9 in r237186). Using that
flag doesn't make that much sense on this case as the DMA maps using
it are also created during sym_pci_attach(). Moreover, due to the
maxsegsz parameter used, doing so may exhaust the bounce pages pool
on architectures requiring bounce pages. [1]
While at it, use a slightly more appropriate maxsegsz parameter.

PR:		169526
Submitted by:	Mike Watters [1]
Approved by:	re (kib)
1 parent 18f50d0
History
File Mode Size
Makefile -rw-r--r-- 787 bytes
atalk.c -rw-r--r-- 7.5 KB
bpf.c -rw-r--r-- 3.9 KB
if.c -rw-r--r-- 18.5 KB
inet.c -rw-r--r-- 38.6 KB
inet6.c -rw-r--r-- 24.5 KB
ipsec.c -rw-r--r-- 16.3 KB
ipx.c -rw-r--r-- 11.7 KB
main.c -rw-r--r-- 19.8 KB
mbuf.c -rw-r--r-- 10.3 KB
mroute.c -rw-r--r-- 10.6 KB
mroute6.c -rw-r--r-- 8.4 KB
netgraph.c -rw-r--r-- 5.7 KB
netisr.c -rw-r--r-- 15.2 KB
netstat.1 -rw-r--r-- 13.8 KB
netstat.h -rw-r--r-- 6.2 KB
pfkey.c -rw-r--r-- 6.5 KB
route.c -rw-r--r-- 24.7 KB
sctp.c -rw-r--r-- 21.8 KB
unix.c -rw-r--r-- 7.7 KB

back to top