
Home / Autodocs / scsi.device
NAME
- CMD_START
-
start a drive, if possible.
FUNCTION
This command causes the drive to attempt spinning up the motor and return from an idle operation.
INPUTS
- io_Device
-
preset by the call to OpenDevice()
- io_Unit
-
preset by the call to OpenDevice()
- io_Command
-
CMD_START
- io_Flags
-
0 or IOF_QUICK
RESULT
- io_Error
-
0 for success, or an error code as defined in <devices/trackdisk.h>
NOTES
Drives may or may not react on this command. A possible reaction is that a parked drive spins up its motor and is then ready to take read or write commands.