equal
deleted
inserted
replaced
19 - Replaced ecdev_register() and ecdev_unregister() with ecdev_offer() and |
19 - Replaced ecdev_register() and ecdev_unregister() with ecdev_offer() and |
20 ecdev_withdraw(), respectively. The device modules now offer all their |
20 ecdev_withdraw(), respectively. The device modules now offer all their |
21 devices to the master, which decides, which ones to register. |
21 devices to the master, which decides, which ones to register. |
22 * All EEPROM write operations from user space are now blocking until |
22 * All EEPROM write operations from user space are now blocking until |
23 completion and returning appropriate error codes. |
23 completion and returning appropriate error codes. |
|
24 * Implemented setting of secondary slave address (alias) via sysfs. |
24 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled. |
25 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled. |
25 * Removed EtherCAT line comments from 8139too drivers. |
26 * Removed EtherCAT line comments from 8139too drivers. |
26 |
27 |
27 ------------------------------------------------------------------------------- |
28 ------------------------------------------------------------------------------- |
28 |
29 |