Changes between Version 24 and Version 25 of io_operations


Ignore:
Timestamp:
Nov 3, 2016, 5:19:55 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • io_operations

    v24 v25  
    2929The set of supported generic devices, and their associated APIs are defined below:
    3030
    31 || device  || type  ||  usage                       || api definition                ||
    32 || IOC     || ext   || block device controller      || [wiki:ioc_device_api ioc_api] ||
    33 || TXT     || ext   || text terminal controller     || [wiki:txt_device_api txt_api] ||
     31|| device  || type  ||  usage                              || api definition                        ||
     32|| IOC     || ext   || block device controller       || [wiki:ioc_device_api ioc_api] ||
     33|| TXT     || ext   || text terminal controller        || [wiki:txt_device_api txt_api] ||
    3434|| NIC     || ext   || network interface controller || [wiki:nic_device_api nic_api] ||
     35|| ICU     || int    || Interrupt Controller Unit      || [wiki:icu_device_api icu_api] ||
    3536
    3637== C) Devices Descriptors Placement ==