aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2001-01-07 23:58:07 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2001-01-07 23:58:07 +0000
commitdbccc4a13aa7de1069434384b5dcb884e4c047f9 (patch)
treea84af08d26f061041604c52fa0825239bd0cb67c /sys/dev/usb
parent1f125f1361ceea1b04e0418a55590b4aa5724368 (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/umass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 9971b11bacd0..9a8e30bcb12f 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -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 */