NEWS
changeset 639 aa23c48dca2d
parent 638 b0994b4e3b37
child 640 16e9ad7d8e12
equal deleted inserted replaced
638:b0994b4e3b37 639:aa23c48dca2d
     7 Changes in version 1.3.0:
     7 Changes in version 1.3.0:
     8 
     8 
     9 * Added testing version of Intel PRO/100 ethernet driver (e100).
     9 * Added testing version of Intel PRO/100 ethernet driver (e100).
    10 * Added testing version of NVIDIA nForce ethernet driver (forcedeth).
    10 * Added testing version of NVIDIA nForce ethernet driver (forcedeth).
    11 * Removed "ec_eoeif_count" master module parameter.
    11 * Removed "ec_eoeif_count" master module parameter.
    12 * Introduced "Device IDs" to tell a master to wait for connection of certain
    12 * Added "main" and "backup" parameters to master module to hand over the
    13   ethernet devices.
    13   MAC addresses of the devices to wait for. This made the ec_device_index
    14 * Added "main" and "backup" parameters to master module to hand over
    14   parameter of the ethercat drivers obsolete.
    15   device ID lists.
       
    16 * Changed format of sysconfig file and accordingly adjusted functionality
    15 * Changed format of sysconfig file and accordingly adjusted functionality
    17   of the init script to handle device ID lists.
    16   of the init script to handle MAC address lists.
    18 * Realtime interface changes:
    17 * Realtime interface changes:
    19   - ecrt_master_run() became obsolete, because the master state machine is now
    18   - ecrt_master_run() became obsolete, because the master state machine is now
    20     run in process context.
    19     run in process context.
    21   - Added ecrt_master_get_status() to get information about the bus.
    20   - Added ecrt_master_get_status() to get information about the bus.
    22   - Added functions to set up an alternative PDO mapping, i. e.
    21   - Added functions to set up an alternative PDO mapping, i. e.