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
bltin
funcs
Makefile -rw-r--r-- 1.9 KB
TOUR -rw-r--r-- 14.7 KB
alias.c -rw-r--r-- 6.5 KB
alias.h -rw-r--r-- 1.8 KB
arith.h -rw-r--r-- 1.7 KB
arith_yacc.c -rw-r--r-- 8.2 KB
arith_yacc.h -rw-r--r-- 2.8 KB
arith_yylex.c -rw-r--r-- 4.9 KB
builtins.def -rw-r--r-- 2.9 KB
cd.c -rw-r--r-- 9.1 KB
cd.h -rw-r--r-- 1.6 KB
error.c -rw-r--r-- 5.1 KB
error.h -rw-r--r-- 3.6 KB
eval.c -rw-r--r-- 28.3 KB
eval.h -rw-r--r-- 2.8 KB
exec.c -rw-r--r-- 16.5 KB
exec.h -rw-r--r-- 2.8 KB
expand.c -rw-r--r-- 35.2 KB
expand.h -rw-r--r-- 2.5 KB
histedit.c -rw-r--r-- 10.9 KB
init.h -rw-r--r-- 1.7 KB
input.c -rw-r--r-- 11.6 KB
input.h -rw-r--r-- 2.6 KB
jobs.c -rw-r--r-- 27.8 KB
jobs.h -rw-r--r-- 3.7 KB
mail.c -rw-r--r-- 3.4 KB
mail.h -rw-r--r-- 1.7 KB
main.c -rw-r--r-- 7.4 KB
main.h -rw-r--r-- 1.9 KB
memalloc.c -rw-r--r-- 7.6 KB
memalloc.h -rw-r--r-- 3.3 KB
miscbltin.c -rw-r--r-- 10.4 KB
mkbuiltins -rwxr-xr-x 2.9 KB
mkinit.c -rw-r--r-- 10.5 KB
mknodes.c -rw-r--r-- 10.8 KB
mksyntax.c -rw-r--r-- 10.1 KB
mktokens -rw-r--r-- 2.8 KB
myhistedit.h -rw-r--r-- 1.8 KB
mystring.c -rw-r--r-- 2.8 KB
mystring.h -rw-r--r-- 1.9 KB
nodes.c.pat -rw-r--r-- 4.0 KB
nodetypes -rw-r--r-- 5.0 KB
options.c -rw-r--r-- 12.3 KB
options.h -rw-r--r-- 3.7 KB
output.c -rw-r--r-- 6.4 KB
output.h -rw-r--r-- 3.1 KB
parser.c -rw-r--r-- 44.8 KB
parser.h -rw-r--r-- 3.4 KB
redir.c -rw-r--r-- 8.4 KB
redir.h -rw-r--r-- 2.0 KB
sh.1 -rw-r--r-- 68.5 KB
shell.h -rw-r--r-- 2.7 KB
show.c -rw-r--r-- 8.0 KB
show.h -rw-r--r-- 1.8 KB
trap.c -rw-r--r-- 11.3 KB
trap.h -rw-r--r-- 2.0 KB
var.c -rw-r--r-- 18.2 KB
var.h -rw-r--r-- 4.3 KB

back to top