Changes between Version 12 and Version 13 of Component/Vci Block Device


Ignore:
Timestamp:
Nov 11, 2009, 7:38:54 PM (14 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Block Device

    v12 v13  
    2727
    2828 * '''BLOCK_DEVICE_OP''' (write only)
    29 Type of operation, writing here initiates the operation.This register goes back to BLOCK_DEVICE_NOOP when operation is finished.
     29Type of operation, writing here initiates the operation.This register goes back to BLOCK_DEVICE_NOOP when operation is finished. The following operations codes are defined:
     30  1. `BLOCK_DEVICE_NOOP` : No operation
     31  1. `BLOCK_DEVICE_READ` : Transfer from flock device to memory
     32  1. `BLOCK_DEVICE_WRITE` : Transfer from memory to block device
    3033
    3134 * '''BLOCK_DEVICE_STATUS''' (read only)
     
    4750 * '''BLOCK_DEVICE_BLOCK_SIZE''' (read only)
    4851Block size (in bytes)
    49 
    50 The following operations codes are defined:
    51 
    52   1. `BLOCK_DEVICE_NOOP` Nothing
    53   1. `BLOCK_DEVICE_READ` from flock device to memory
    54   1. `BLOCK_DEVICE_WRITE` from memory to block device
    5552
    5653For extensibility issues, you should access this component using globally-defined offsets.