CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/10/28 15:26:11
Modified files: sys/crypto : cryptodev.c Log message: We need to allocate memory for crp_buf in the DMA accessible region since it's passed to the hardware directly. Tested by Yoshihisa Matsushita <y at m8a ! org>, thanks! ok kettenis miod