CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/12/05 11:42:14
Modified files: sys/scsi : cd.c ch.c scsi_base.c scsiconf.h sd.c st.c Log message: Shrink scsi_mode_do_sense() parameter list by eliminating the three pointers returning possible block descriptor values for block size, block count and density. Most calls were passing "NULL, NULL, NULL" since they did not care. Call scsi_parse_blkdesc() directly in those few cases where one or more of the values is of interest. No intentional functional change.