Changes between Version 15 and Version 16 of Component/Vci Block Device


Ignore:
Timestamp:
Nov 16, 2009, 10:12:44 PM (14 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Block Device

    v15 v16  
    2828 * '''BLOCK_DEVICE_OP''' (write only)
    2929Type 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     * `BLOCK_DEVICE_NOOP` : No operation
    31     * `BLOCK_DEVICE_READ` : Transfer from flock device to memory
    32     * `BLOCK_DEVICE_WRITE` : Transfer from memory to block device
     30    a. `BLOCK_DEVICE_NOOP` : No operation
     31    a. `BLOCK_DEVICE_READ` : Transfer from flock device to memory
     32    a. `BLOCK_DEVICE_WRITE` : Transfer from memory to block device
    3333
    3434 * '''BLOCK_DEVICE_STATUS''' (read only)