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-- 666 bytes
args.c -rw-r--r-- 11.5 KB
conv.c -rw-r--r-- 6.9 KB
conv_tab.c -rw-r--r-- 14.7 KB
dd.1 -rw-r--r-- 11.9 KB
dd.c -rw-r--r-- 12.2 KB
dd.h -rw-r--r-- 3.6 KB
extern.h -rw-r--r-- 2.4 KB
gen.c -rw-r--r-- 202 bytes
misc.c -rw-r--r-- 3.3 KB
position.c -rw-r--r-- 4.9 KB
ref.ascii -rw-r--r-- 1.3 KB
ref.ebcdic -rw-r--r-- 1.3 KB
ref.ibm -rw-r--r-- 1.3 KB
ref.lcase -rw-r--r-- 1.3 KB
ref.oldascii -rw-r--r-- 1.3 KB
ref.oldebcdic -rw-r--r-- 1.3 KB
ref.oldibm -rw-r--r-- 1.3 KB
ref.pareven -rw-r--r-- 1.3 KB
ref.parnone -rw-r--r-- 1.3 KB
ref.parodd -rw-r--r-- 1.3 KB
ref.parset -rw-r--r-- 1.3 KB
ref.swab -rw-r--r-- 1.3 KB
ref.ucase -rw-r--r-- 1.3 KB

back to top