CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/06/24 10:07:53
Modified files: sys/scsi : scsiconf.h Log message: Adapters that do not appear as a target on the SCSI bus must set 'adapter_target' to a value greater than or equal to 'adapater_buswidth' to allow all possible targets to be probed. Add SDEV_NO_ADAPTER_TARGET (0xffff), a value guaranteed to be greater than or equal to the u_int16_t 'adapter_buswidth'. ok dlg@ as part of a larger diff.