Add the Synchronize command to umass_atapi_transform. It seems to work
unmodified for ATAPI type devices.
This commit is contained in:
parent
1f125f1361
commit
dbccc4a13a
@ -2745,6 +2745,7 @@ umass_atapi_transform(struct umass_softc *sc, unsigned char *cmd, int cmdlen,
|
||||
case READ_10:
|
||||
case WRITE_10:
|
||||
case POSITION_TO_ELEMENT: /* SEEK_10 */
|
||||
case SYNCHRONIZE_CACHE:
|
||||
case MODE_SELECT_10:
|
||||
case MODE_SENSE_10:
|
||||
/* Copy the command into the (zeroed out) destination buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user