Changes between Version 3 and Version 4 of io_operations


Ignore:
Timestamp:
Oct 5, 2016, 5:36:36 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • io_operations

    v3 v4  
    66
    77ALMOS-MK identifies a peripheral by a composite index (func,impl). The '''func''' index defines a functionnal type, the '''impl''' index defines a specific hardware implementation.
    8  * Each value of the functional index defines a generic (implementation independent) device XYZ, that is characterized by a specific API defined in the ''dev_xyz.h'' file). This generic
    9 API allows the kernel to access the peripheral without taking care on the actual implementation. 
     8 * Each value of the functional index defines a generic (implementation independent) device XYZ, that is characterized by a specific API defined in the ''dev_xyz.h'' file). This generic API allows the kernel to access the peripheral without taking care on the actual implementation. 
    109 * For each generic device XYZ, it can exist several hardware implementation, and each value of the implementation index '''impl''' is associated with a specific driver, that must implement
    1110the API defined for the XYZ generic device.