CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2011/07/11 18:41:43
Modified files: sys/scsi : sd.c Log message: now that we know if a disk is thin provisioned (or an ssd), we can choose to use the fifo bufq sorting on such disks. there's no point ordering io if the real blocks arent in the order we think they are. ok krw@ tedu@ miod@