CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2011/07/09 00:24:41
Modified files: sys/dev/ata : atascsi.c Log message: translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP support via the thin provisioning page. this emul is a bit unreliable since atascsi needs to allocate memory for the TRIM command to use, but we figure that the world wont end if we lose a TRIM unlink real io. ok matthew@