NEWS
changeset 1815 73bca8fc0720
parent 1813 efff25b15f93
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1814:23fcca9ef1fb 1815:73bca8fc0720
    22 * Added phy_read and phy_write commands to ethercat tool.
    22 * Added phy_read and phy_write commands to ethercat tool.
    23 * Added e100 driver for Intel PRO/100 NICs.
    23 * Added e100 driver for Intel PRO/100 NICs.
    24     - Added e100 driver for 2.6.27.
    24     - Added e100 driver for 2.6.27.
    25     - Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.
    25     - Added e100 driver for 2.6.28, thanks to Kim. H. Madsen.
    26     - Added e100 driver for 2.6.29, thanks to Andre Puschmann.
    26     - Added e100 driver for 2.6.29, thanks to Andre Puschmann.
       
    27     - Added e100 driver for 2.6.31.
    27 * Added 8139too driver for kernels 2.6.25 (F. Pose), 2.6.26 (M. Luescher),
    28 * Added 8139too driver for kernels 2.6.25 (F. Pose), 2.6.26 (M. Luescher),
    28   2.6.27, 2.6.28 and 2.6.29 (M. Goetze).
    29   2.6.27, 2.6.28 and 2.6.29 (M. Goetze).
    29 * Added e1000 driver for 2.6.26 (M. Luescher).
    30 * Added e1000 driver for 2.6.26 (M. Luescher).
    30 * Added r8169 driver for 2.6.24, 2.6.28 and 2.6.29.
    31 * Added r8169 driver for 2.6.24, 2.6.28 and 2.6.29.
    31 * Debug interfaces are created with the Ethernet addresses of the attached
    32 * Debug interfaces are created with the Ethernet addresses of the attached
    57 * Added 'ethercat graph' command which outputs the bus topology in
    58 * Added 'ethercat graph' command which outputs the bus topology in
    58   DOT language.
    59   DOT language.
    59 * Changed EC_MAX_SII_SIZE to 4096.
    60 * Changed EC_MAX_SII_SIZE to 4096.
    60 * 'ethercat xml' creates valid XML <EtherCATInfoList> for more than one slave
    61 * 'ethercat xml' creates valid XML <EtherCATInfoList> for more than one slave
    61   (thanks to E. Burgstaller).
    62   (thanks to E. Burgstaller).
    62 * Module symbol versions file is installed to $prefix/share/ethercat.
       
    63 * Added 'ethercat eoe' command to display Ethernet over EtherCAT statistics.
    63 * Added 'ethercat eoe' command to display Ethernet over EtherCAT statistics.
    64 * Added 'ethercat cstruct' command to output PDO information in C language.
    64 * Added 'ethercat cstruct' command to output PDO information in C language.
    65 * Significantly improved EoE bandwidth by running EoE processing in a kthread.
    65 * Significantly improved EoE bandwidth by running EoE processing in a kthread.
    66 * Switched version control from Subversion to Mercurial.
    66 * Switched version control from Subversion to Mercurial.
    67 * Implemented CompleteAccess for SDO downloads.
    67 * Implemented CompleteAccess for SDO downloads.