scuzz: uncomment synccache command
This commit is contained in:
parent
83d45ee502
commit
c878be04f9
1 changed files with 3 additions and 3 deletions
|
@ -1669,9 +1669,9 @@ static ScsiCmd scsicmd[] = {
|
||||||
{ "blank", cmdblank, 1, /*[0xA1]*/
|
{ "blank", cmdblank, 1, /*[0xA1]*/
|
||||||
"blank [track/LBA [type]]",
|
"blank [track/LBA [type]]",
|
||||||
},
|
},
|
||||||
// { "synccache", cmdsynccache, 1, /*[0x35]*/
|
{ "synccache", cmdsynccache, 1, /*[0x35]*/
|
||||||
// "synccache",
|
"synccache",
|
||||||
// },
|
},
|
||||||
{ "rtoc", cmdrtoc, 1, /*[0x43]*/
|
{ "rtoc", cmdrtoc, 1, /*[0x43]*/
|
||||||
"rtoc [track/session-number [format]]",
|
"rtoc [track/session-number [format]]",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue