Changes between Version 1 and Version 2 of rdk_driver
- Timestamp:
- Oct 15, 2014, 10:40:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rdk_driver
v1 v2 5 5 The [source:soft/giet_vm/giet_drivers/rdk_driver.c rdk_driver.c] and [source:soft/giet_vm/giet_drivers/rdk_driver.h rdk_driver.h] files define the RDK driver. 6 6 7 This driver supports a virtual disk implemented as a memory segment, in the physical address space. 7 This driver supports a virtual disk implemented as a memory segment, in the physical address space. This ramdisk vseg must be defined in the mapping. 8 8 9 9 It is one of the physical disk driver that can be called by the generic IOC driver.