Author :
krw
Date :
2020-06-24 16:07:53
Hash :13a00b8a 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.