fp@271: -------------------------------------------------------------------------------
fp@194: 
fp@194: EtherCAT master TODO
fp@194: 
fp@194: $Id$
fp@194: 
fp@271: -------------------------------------------------------------------------------
fp@194: 
fp@776: Version 1.4.0:
fp@547: 
fp@1176: * Attach Pdo names from SII or Coe dictionary to Pdos read via CoE.
fp@918: * Update documentation.
fp@1082: * Race in jiffies frame timeout?
fp@1174: * Repair rcethercat status.
fp@1174: * Abort code messages in userspace.
fp@547: 
fp@776: Future issues:
fp@776: 
fp@1119: * Distributed clocks.
fp@1136: * Allow master requesting when in ORPHANED phase
fp@984: * Move master threads, slave handlers and state machines into a user
fp@984:   space daemon.
fp@952: * Implement user space realtime interface via cdev.
fp@952: * Mailbox protocol handlers.
fp@952: * Mailbox state machine using toggle bits.
fp@831: * Mailbox gateway.
fp@952: * Separate CoE debugging.
fp@952: * Evaluate EEPROM contents after writing.
fp@952: * Optimize alignment of process data.
fp@776: * Redundancy with 2 network adapters.
fp@776: * Interface/buffers for asynchronous domain IO.
fp@1119: * Make scanning and configuration run parallel (each).
fp@1119: * File access over EtherCAT (FoE).
fp@1165: * ethercat tool:
fp@1165:     - Data type abbreviations.
fp@1165:     - Add a -n (numeric) switch.
fp@1166: 	- Check for unwanted options.
fp@1170: * Segmented Sdo downloads.
fp@1174: * Get original driver for r8169.
fp@776: 
fp@776: Smaller issues:
fp@776: 
fp@1136: * Stop master thread at ecrt_master_request() to get rid of allow_* flags?
fp@866: * Evaluate SII Size field (0x003E) to determine maximum SII memory size.
fp@776: * Clear sync managers in INIT.
fp@776: * Read out CRC counters.
fp@776: * Configure slave ports to automatically open on link detection.
fp@776: * Only execute one EoE handler per EoE cycle.
fp@1119: * Fix datagram errors on application loading/unloading.
fp@776: 
fp@776: Less important issues:
fp@776: 
fp@776: * Allow VLAN tagging.
fp@776: * Determine number of frames, the NIC can handle.
fp@351: 
fp@271: -------------------------------------------------------------------------------