K 10 svn:author V 3 kan K 8 svn:date V 27 2014-09-27T16:50:24.600313Z K 7 svn:log V 373 Do not pass whole descriptor block size as align to fwdma_malloc_multiseg Do not pass wrong alignment value to fwdma_malloc_multiseg and ultimately to contigalloc. In addition to being wrong, this causes insta-panic in certain cases due to safety assertion - the alignment is required to be the power of two and the value we calculate here seldom is. MFC after: 1 month END