Changes between Version 19 and Version 20 of Component/Vci Block Device
- Timestamp:
- Mar 25, 2010, 11:35:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Block Device
v19 v20 34 34 Type 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: 35 35 0. `BLOCK_DEVICE_NOOP` : No operation 36 1. `BLOCK_DEVICE_READ` : Transfer from flock device to memory36 1. `BLOCK_DEVICE_READ` : Transfer from block device to memory 37 37 2. `BLOCK_DEVICE_WRITE` : Transfer from memory to block device 38 38