CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/11/10 10:43:39
Modified files: sys/scsi : sd.c Log message: scsi_xs_get() sets xs->flags via scsi_xs_io(). There is no need to separately add another flag via SET(). Just pass the correct combo to scsi_xs_get(). ok dlg@