diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2001-01-07 23:58:07 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2001-01-07 23:58:07 +0000 |
| commit | dbccc4a13aa7de1069434384b5dcb884e4c047f9 (patch) | |
| tree | a84af08d26f061041604c52fa0825239bd0cb67c /sys/dev/usb | |
| parent | 1f125f1361ceea1b04e0418a55590b4aa5724368 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/umass.c | 1 |
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 */ |
