CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/08/14 10:45:48
Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: Redistribute and tweak the scsi_[attach|probe|detach]_[bus|target|lun]() code to make the three variants more similar and easier to understand. Ensures consistent error checks and eliminates pointless adapter_buswidth checks when processing the list of scsi_links.