CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/01/03 17:45:58
Modified files: sys/scsi : scsi_base.c scsi_ioctl.c scsiconf.h sd.c Log message: introduce scsi_xs_sync. this will synchronously execute a scsi_xfer and do the appropriate sleeps, retries, error processing, and finally returns an errno style value to the caller. this cuts scsi_scsi_cmd, the ioctl code, sd_flush, and scsi_inquiry over to scsi_xs_sync. ok krw@