Changes between Version 4 and Version 5 of Component/Vci Block Device
- Timestamp:
- Dec 3, 2008, 10:18:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Block Device
v4 v5 24 24 25 25 * `BLOCK_DEVICE_OP` Type of operation, writing here initiates the operation.[[BR]] 26 This register goes back to BLOCK_DEVICE_NOOP when operation is finished. 26 This register goes back to BLOCK_DEVICE_NOOP when operation is finished. (write only) 27 27 28 28 * `BLOCK_DEVICE_STATUS` State of the transfer. Reading this register while not busy resets its value to IDLE. Value may be one of 29 29 * `BLOCK_DEVICE_IDLE` 30 30 * `BLOCK_DEVICE_BUSY` 31 * `BLOCK_DEVICE_SUCCESS` 31 * `BLOCK_DEVICE_READ_SUCCESS` 32 * `BLOCK_DEVICE_WRITE_SUCCESS` 33 * `BLOCK_DEVICE_READ_ERROR` 34 * `BLOCK_DEVICE_WRITE_ERROR` 32 35 * `BLOCK_DEVICE_ERROR` 33 36