Commit Graph

475 Commits

Author SHA1 Message Date
Florian Pose a19f74ff5f Fixed memory barrier bug in 8139too drivers. 2006-11-03 10:00:08 +00:00
Florian Pose af20e0a5d2 Added device module for kernel 2.6.17. Still slow? 2006-11-02 19:08:06 +00:00
Florian Pose 7e45d613cb Mini example with KBUS again. 2006-11-02 14:20:24 +00:00
Florian Pose 2b0041da50 Fixed debug interfaces. 2006-10-31 15:32:57 +00:00
Florian Pose cbe660aa68 Fixed EEPROM writing. 2006-10-31 14:25:01 +00:00
Florian Pose b67bbd398a Fixed state change FSM again. 2006-10-31 11:12:50 +00:00
Florian Pose e210451539 Removed checking for depmod in configure. 2006-10-31 10:16:48 +00:00
Florian Pose 9c59a83aca Remove estimated sync manager sizes when leaving operation mode. 2006-10-30 15:39:03 +00:00
Florian Pose 5fffe7009b Fixed dist files for MSR example. 2006-10-27 15:07:01 +00:00
Florian Pose d301450949 BUGFIX: Remove SDO configurations when leaving OPERATION mode. 2006-10-27 15:04:12 +00:00
Florian Pose 4b9ee9b959 SDO configurations in Sysfs. 2006-10-27 15:01:32 +00:00
Florian Pose 6cd0a25ce4 minimal example with SDO configs. 2006-10-27 15:01:10 +00:00
Florian Pose ab80d57c03 New state in slaveconf FSM: Clear FMMU configurations after INIT. 2006-10-27 14:41:09 +00:00
Florian Pose 1f44556083 Print certain warnings only at debug_level. 2006-10-27 13:59:49 +00:00
Florian Pose b53d42b6e3 Minor output changes in ethernet.c 2006-10-27 13:58:14 +00:00
Florian Pose fa99dfa321 Print certain logs only at debug_level. 2006-10-27 13:31:26 +00:00
Florian Pose 7a114fdb9d Added slave flags to Sysfs. 2006-10-27 13:20:16 +00:00
Florian Pose 2bab16bb78 Minor changes to minimal example. 2006-10-27 12:45:44 +00:00
Florian Pose 1154f9294d Explicit use of slave configuration FSM in ecrt_master_activate() and ecrt_master_release(). 2006-10-27 12:45:22 +00:00
Florian Pose dcb9f67263 Minor output changes in master/debug.c. 2006-10-27 12:43:20 +00:00
Florian Pose fb9c619686 State acknowledgement in master state machine. 2006-10-27 11:15:07 +00:00
Florian Pose 2a90bd26da Changed output of ec_state_string() for error flag to "+ ERROR". 2006-10-27 10:41:02 +00:00
Florian Pose ce9404f77b Minor changes in example headers. 2006-10-27 09:57:30 +00:00
Florian Pose e00d3c9449 MSR example: Replaced msr_load and msr_unload with init script, removed msr_param.h 2006-10-27 09:46:42 +00:00
Florian Pose 68998a19a6 Added missing RTAI include path to RTAI example. 2006-10-27 09:33:43 +00:00
Florian Pose 0573bbce4d Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release(). 2006-10-27 09:29:46 +00:00
Florian Pose 131589f534 FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak. 2006-10-27 09:19:58 +00:00
Florian Pose bb8c90bcf9 Added missing files to dist. 2006-10-26 16:45:33 +00:00
Florian Pose b6e88ad403 Persistent slave lists. 2006-10-26 16:29:26 +00:00
Florian Pose 66f345ae29 Minor changes in Kbuild files. 2006-10-25 16:53:17 +00:00
Florian Pose 4fbd230e2b Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling. 2006-10-25 16:49:53 +00:00
Florian Pose e5a176ba9b Fixes in state change FSM. 2006-10-25 13:32:17 +00:00
Florian Pose 1a75b5c32a SDO dictionary and SDO access only in IDLE mode, because of kmalloc()s. 2006-10-25 07:41:14 +00:00
Florian Pose 5ae68fa1db SDO uploading via Sysfs without master FSM calling wake_up(). 2006-10-24 15:14:25 +00:00
Florian Pose 459841ea00 Altered configure --with-linux parameter to --with-linux-dir; removed depmod call. 2006-10-24 12:06:59 +00:00
Florian Pose b25fdd525b Increased state change checking timeout to 1s. 2006-10-24 10:37:05 +00:00
Florian Pose 4db2d27655 Output state names instead of codes in change FSM. 2006-10-24 08:41:39 +00:00
Florian Pose 6d7f65a072 Minot output changes in fsm.c 2006-10-24 08:09:42 +00:00
Florian Pose fb556ebefd Layed out CoE state machine. 2006-10-24 08:00:24 +00:00
Florian Pose daf2544626 Removed state machine running() methods. 2006-10-23 14:00:58 +00:00
Florian Pose 3b431ec5c4 Layed out state change state machine. 2006-10-23 13:45:09 +00:00
Florian Pose dd11743497 Layed out SII state machine. 2006-10-23 12:59:42 +00:00
Florian Pose a04ef48976 Minor Makefile changes. 2006-10-20 15:35:15 +00:00
Florian Pose af837c7717 Improved output at mailbox error. 2006-10-20 13:15:19 +00:00
Florian Pose 93658f687b Implemented SDO reading via Sysfs. 2006-10-20 13:05:48 +00:00
Florian Pose 2dc4d186c3 Always begin with subindex 0 while fetching SDO dictionary. 2006-10-20 13:03:01 +00:00
Florian Pose e6b2b80be5 Set initial state of all slaves to PREOP. 2006-10-20 12:57:09 +00:00
Florian Pose c782b9166c Added EC_WAIT_SDO_DICT define. 2006-10-20 12:54:32 +00:00
Florian Pose 0260f9a080 Fixed bug in master state machine. 2006-10-20 12:50:28 +00:00
Florian Pose e5ee925558 Better debugging output for SDO dictionaries. 2006-10-20 12:45:06 +00:00