9 * Added VoE protocol support. |
9 * Added VoE protocol support. |
10 * Separated datagram initialization from filling the payload with zeros. |
10 * Separated datagram initialization from filling the payload with zeros. |
11 Introduced new method ec_datagram_zero() for that. |
11 Introduced new method ec_datagram_zero() for that. |
12 * Added phy_read and phy_write commands to ethercat tool. |
12 * Added phy_read and phy_write commands to ethercat tool. |
13 * Added driver for Intel PRO/100 NICs. |
13 * Added driver for Intel PRO/100 NICs. |
|
14 |
|
15 Changes since 1.4.0-rc2: |
|
16 |
|
17 * Ported the master thread to the kthread interface. |
|
18 * Added missing semaphore up() in an ioctl(). In rare cases, the master |
|
19 semaphore was not released. |
|
20 * Minor fix in 'slaves' command that fixed duplicate display of supported |
|
21 mailbox protocols. |
|
22 * The Sdo Information Service is only queried, if the slave has the |
|
23 corresponding SII bit set. |
|
24 * Added some missing header files in the command-line-tool code. |
|
25 * Removed unstable e100, forcedeth, and r8169 drivers. |
14 |
26 |
15 Changes in version 1.4.0-rc2: |
27 Changes in version 1.4.0-rc2: |
16 |
28 |
17 * Fixed a deadlock causing race condition concerning thread signaling when the |
29 * Fixed a deadlock causing race condition concerning thread signaling when the |
18 master thread had no opportunity to run, but shall be killed immediately |
30 master thread had no opportunity to run, but shall be killed immediately |