equal
deleted
inserted
replaced
35 * All EEPROM write operations from user space are now blocking until |
35 * All EEPROM write operations from user space are now blocking until |
36 writing has finished and return appropriate error codes. |
36 writing has finished and return appropriate error codes. |
37 * Implemented setting of secondary slave address (alias) via sysfs. |
37 * Implemented setting of secondary slave address (alias) via sysfs. |
38 * Implemented SDO reading in operation mode via sysfs. |
38 * Implemented SDO reading in operation mode via sysfs. |
39 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled. |
39 * Removed annoying eeprom_write_enable file. EEPROM writing always enabled. |
|
40 * Master state machine scheduled with timeout if idle, otherwise is executed |
|
41 as fast as possible (with schedule()). |
40 * Removed EtherCAT line comments from 8139too drivers. |
42 * Removed EtherCAT line comments from 8139too drivers. |
41 |
43 |
42 ------------------------------------------------------------------------------- |
44 ------------------------------------------------------------------------------- |
43 |
45 |
44 Changes in version 1.2.0: |
46 Changes in version 1.2.0: |