CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2011/06/21 16:36:42
Modified files: sys/scsi : scsi_ioctl.c scsi_debug.h scsiconf.c Log message: scsi_link's scsibus field is redundant with bus->sc_dev.dv_unit, so remove two of the remaining three uses of it. (softraid(4) still uses it at the moment, so the field and its assignment in scsibusattach() stay for now...) ok krw@; feedback and "tenteiramen rejid"(!?) miod@