CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/28 20:03:31
Modified files:
sys/scsi : cd.c sd.c
Log message:
Have [cd|sd]_cmd_rw[6|10|12|16] return the length of the created command and
have the caller assign it to xs->cmdlen. Pass in xs->cmd instead of xs. A
slightly cleaner API that provides the potential of detecting and reacting to a
failure to create the desired command.
