Commit Graph

259 Commits

Author SHA1 Message Date
Florian Pose 65645b8dc5 Aligned property values on all files. 2006-05-22 08:38:59 +00:00
Florian Pose 0a500b3f90 ec_list shows SII device description on demand. 2006-05-22 07:50:31 +00:00
Florian Pose 6e392ae881 SysFS write access for slave state. 2006-05-22 07:34:58 +00:00
Florian Pose fa97fca47e Read current AL status of slaves while scanning bus. 2006-05-19 14:05:58 +00:00
Florian Pose 0a166b3f43 Link down treated as topology change in state machine. 2006-05-19 13:58:15 +00:00
Florian Pose 47585b668a Fixed bug with coupling multiple EoE handlers. 2006-05-19 13:39:35 +00:00
Florian Pose bcd07c466b Changed free-run frequency to HZ. 2006-05-19 13:38:16 +00:00
Florian Pose 4ea2816432 EoE in Free-Run mode; Finished slave configuration state machine. 2006-05-19 13:23:11 +00:00
Florian Pose c821aa3f6d Created scripts directory and improved install and init scripts. 2006-05-19 09:56:55 +00:00
Florian Pose 1ff86791ee Minor changes in module.c 2006-05-18 17:49:52 +00:00
Florian Pose d023c5a074 Minor changes in init script 2. 2006-05-18 12:47:01 +00:00
Florian Pose 6db229c171 Minor changes in init script. 2006-05-18 12:45:32 +00:00
Florian Pose 2916e10b50 Changed license headers and added EtherCAT license notice. 2006-05-18 12:35:47 +00:00
Florian Pose 16ba864796 Added dependencies to RC script. 2006-05-17 12:15:08 +00:00
Florian Pose dc55361ace Added status function to RC script. 2006-05-17 11:16:32 +00:00
Florian Pose 0da270b561 Better RC script. 2006-05-17 10:52:14 +00:00
Florian Pose f61e711f72 Set permissions in install script. 2006-05-17 09:28:43 +00:00
Florian Pose 59364271ce Minor changes in master.h 2006-05-17 09:22:31 +00:00
Florian Pose 30350f1323 SSI sensor changes in MSR example 2006-05-16 14:23:33 +00:00
Florian Pose f36dd15ccc Removed EoE workqueue option. 2006-05-16 13:03:09 +00:00
Florian Pose 13c2904e0b Added finite state machine (FSM) processing. 2006-05-16 11:57:06 +00:00
Florian Pose dbb65b089d Removed unnecessary includes. 2006-05-15 12:57:24 +00:00
Florian Pose df6f48c98a Started freerun state machine development. 2006-05-12 14:48:24 +00:00
Florian Pose 0afb6324b8 No master locking, if no EoE devices are "up". 2006-05-12 12:40:45 +00:00
Florian Pose 42247d01f9 Corrected MSR example. 2006-05-12 12:38:22 +00:00
Florian Pose 79fe0482b7 Smaller fixes on RTAI example. 2006-05-12 10:13:01 +00:00
Florian Pose 89d76149eb MSR example finished. 2006-05-12 10:12:14 +00:00
Florian Pose 6a12d7f440 Added debug interface for network monitors. 2006-05-11 13:29:06 +00:00
Florian Pose c79792a985 RTAI sample with optimized jitter. 2006-05-11 09:24:15 +00:00
Florian Pose abb3ab22fd EoE processing with kernel timer again. 2006-05-11 09:23:45 +00:00
Florian Pose cab99683df Added EC_EOE_FREQUENCY 2006-05-10 13:56:23 +00:00
Florian Pose 4a40458ec9 EoE works with RTAI. 2006-05-10 11:51:36 +00:00
Florian Pose c5a63ad548 EoE with workqueue; bugfix in ec_master_init() 2006-05-10 11:51:05 +00:00
Florian Pose 34d4b1639b Applied RTAI interface to RTAI example. 2006-05-10 11:33:10 +00:00
Florian Pose 8979ab6e71 Renamed rt example to msr. 2006-05-10 07:58:41 +00:00
Florian Pose 28fa7db908 Applied new path information to example modules. 2006-05-10 07:57:26 +00:00
Florian Pose 90eba749dc Changed RTAI sample naming. 2006-05-10 07:53:50 +00:00
Florian Pose edee172a32 Added rtai example. 2006-05-10 07:44:37 +00:00
Florian Pose 7d8a5ec67b Added examples directory. 2006-05-10 07:41:38 +00:00
Florian Pose aba8b95ca7 EoE documentation updates. 2006-05-09 10:13:53 +00:00
Florian Pose add42dae3e EoE: State machine with function pointers, documentation. 2006-05-09 09:45:42 +00:00
Florian Pose e85475c233 EoE - TX fragmenting works. TCP traffic possible. 2006-05-08 16:46:43 +00:00
Florian Pose 47706fe130 EoE: Corrected faulty MAC address. 2006-05-05 14:45:02 +00:00
Florian Pose 4d37692dcf EoE: TCP traffic possible; TX fragmenting to do. 2006-05-05 13:07:49 +00:00
Florian Pose 7df9388fed EoE frame queuing, receiving of fragmented frames; no TCP possible yet. 2006-05-05 07:20:10 +00:00
Florian Pose ff8472d164 removed unnecessary private structure in eoe net_device. 2006-05-03 08:01:20 +00:00
Florian Pose 013a4a0edc moved stats into eoe struct; persistent rx-skb; tx queue. 2006-05-03 07:47:04 +00:00
Florian Pose 94c930a5bb Using kernel Ethernet constants. 2006-05-03 07:19:19 +00:00
Florian Pose 83220ba14f EoE frame receiving; regarding open/stop commands. 2006-04-26 16:43:01 +00:00
Florian Pose d6ec03088b removed MODULE_DEVICE_TABLE in ec_8139too driver (no automatic loading). 2006-04-26 12:12:57 +00:00