NEWS
changeset 700 a6b61f1a062d
parent 698 6693ea7c9047
child 709 a69fd2491fa8
equal deleted inserted replaced
699:112abd5b04d2 700:a6b61f1a062d
    11 * Added testing version of NVIDIA nForce ethernet driver (forcedeth).
    11 * Added testing version of NVIDIA nForce ethernet driver (forcedeth).
    12 * Removed "ec_eoeif_count" master module parameter. EoE handlers are created
    12 * Removed "ec_eoeif_count" master module parameter. EoE handlers are created
    13   dynamically instead.
    13   dynamically instead.
    14 * Added "main" and "backup" parameters to master module to hand over the
    14 * Added "main" and "backup" parameters to master module to hand over the
    15   MAC addresses of the devices to wait for. This made the ec_device_index
    15   MAC addresses of the devices to wait for. This made the ec_device_index
    16   parameter of the ethernet drivers obsolete.
    16   parameter of the ethernet drivers obsolete. The broadcast MAC address means,
       
    17   that the master accepts the first device offered by any ethernet driver.
    17 * Changed format of sysconfig file and accordingly adjusted functionality
    18 * Changed format of sysconfig file and accordingly adjusted functionality
    18   of the init script to handle the above MAC address lists.
    19   of the init script to handle the above MAC address lists.
    19 * Realtime interface changes:
    20 * Realtime interface changes:
    20   - ecrt_master_run() became obsolete, because the master state machine is now
    21   - ecrt_master_run() became obsolete, because the master state machine is now
    21     run in process context.
    22     run in process context.