Changes between Version 2 and Version 3 of hba_driver
- Timestamp:
- Oct 15, 2014, 10:59:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hba_driver
v2 v3 7 7 The ''vci_multi_ahci'' component is a multi-channels, block oriented, external mass storage controller respecting the AHCI standard. 8 8 9 It is one of the physical disk driver that can be called by the generic IOC driver, and the SEG_IOC_BASE address must be defined in the hard_config.h file. 9 This driver is called by the generic IOC driver when the USE_IOC_HBA flag is set in the hard_config.h file. 10 11 The SEG_IOC_BASE address must be defined in the hard_config.h file. 10 12 11 13 The addressable registers map is defined [source:soft/giet_vm/giet_drivers/hba_driver.h here].