CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/03/17 15:30:25
Modified files: sys/scsi : cd.c ch.c safte.c scsi_base.c scsi_ioctl.c scsiconf.c sd.c ses.c st.c Log message: use dma_alloc/dma_free instead of malloc to allocate buffers which need to be in the right address space. help from matthew and krw