Changes between Version 4 and Version 5 of Component/Vci Block Device


Ignore:
Timestamp:
Dec 3, 2008, 10:18:01 PM (15 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Block Device

    v4 v5  
    2424
    2525 * `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)
    2727
    2828 * `BLOCK_DEVICE_STATUS` State of the transfer. Reading this register while not busy resets its value to IDLE. Value may be one of
    2929  * `BLOCK_DEVICE_IDLE`
    3030  * `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`
    3235  * `BLOCK_DEVICE_ERROR`
    3336