CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/29 13:34:07
Modified files:
sys/scsi : cd.c
Log message:
More recent MMC specificiations add READ(12)/WRITE(12). So add cd_cmd_rw12()
and let cdstart() use it if the requested i/o is unable to fit into a READ(10).
Certainly better than silently truncating the i/o into a READ(10)/WRITE(10).
