Commit Graph

575 Commits

Author SHA1 Message Date
Florian Pose afd188c829 Minor change in device.c (removed unused header). 2007-02-20 09:37:57 +00:00
Florian Pose 0f53f8fa3e Introduced device IDs; removed comment lines from 8139too; removed
ec_eoeif_count parameter.
2007-02-16 17:13:39 +00:00
Florian Pose cef0cc6409 Removed ec_eoeif_count parameter from master module. 2007-02-16 13:30:46 +00:00
Florian Pose 2cbddbb9d1 Removed XML device from master structure. 2007-02-16 13:23:57 +00:00
Florian Pose 304a072f86 Fixed e100 installation with disabled ENABLE_E100. 2007-02-16 09:52:39 +00:00
Florian Pose d65274ebc2 Added --enable-e100 switch to configure. 2007-02-15 16:59:28 +00:00
Florian Pose 3bf5044729 First experimental version of e100 driver. 2007-02-14 17:26:25 +00:00
Florian Pose 59f961bfc8 Minor changes to root Makefile.am. 2007-02-14 17:24:22 +00:00
Florian Pose 2362617b86 Updated TODO. 2007-02-14 09:33:32 +00:00
Florian Pose 4045d89f37 Release 1.2 2007-02-13 13:07:27 +00:00
Florian Pose d0fe42fc5a Updated NEWS file. 2007-02-13 13:05:25 +00:00
Florian Pose 90a00b690e Changed structure of scripts subdirectory. 2007-02-13 13:01:59 +00:00
Florian Pose b82a29536f Updated AUTHORS file. 2007-02-13 13:00:19 +00:00
Florian Pose be45337e4a Updated README file. 2007-02-13 12:59:18 +00:00
Florian Pose 5846ba490d Updated INSTALL file. 2007-02-13 12:57:22 +00:00
Florian Pose 3480510eed Do not include documentation in distribution any more. 2007-02-13 12:44:11 +00:00
Florian Pose 877eac5034 Renamed sysconfig file to sysconfig-file. 2007-02-13 12:34:59 +00:00
Florian Pose 37fb12e002 Updated TODO. 2007-02-13 11:54:38 +00:00
Florian Pose e643409867 Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t. 2007-02-13 11:48:46 +00:00
Florian Pose 4ae39d6287 Updated FEATURES file. 2007-02-13 11:32:17 +00:00
Florian Pose bcb92d4e10 Updated TODO. 2007-02-13 11:21:23 +00:00
Florian Pose 8e2a5258cc Introduced topology_change_pending to delay bus scanning until IDLE mode
has been reached.
2007-02-13 10:51:40 +00:00
Florian Pose 9a5fcf81f7 Minor: Removed warning when EoE interface is up upon master unloading. 2007-02-12 14:42:36 +00:00
Florian Pose 387b398591 Minor: Adjusted minimal example to new testing hardware. 2007-02-12 11:16:54 +00:00
Florian Pose 9a9e5d719c Fixed bug causing unloading of realtime module being very slow after topology change. 2007-02-12 11:15:23 +00:00
Florian Pose 6d74555dad schedule() other processes while waiting in ec_master_sync_io(). 2007-02-12 11:12:00 +00:00
Florian Pose 3b4c23a436 Ignore queued datagrams while waiting in ec_master_sync_io(). 2007-02-12 10:39:52 +00:00
Florian Pose 47e08f6031 Updated TODO. 2007-02-12 09:04:49 +00:00
Florian Pose f98ceabcc5 Version 1.2.0, release candidate 2. 2007-02-09 18:33:07 +00:00
Florian Pose 7f322ac764 Added EXPORT macro for ecrt_version_magic(). 2007-02-09 18:29:16 +00:00
Florian Pose 5fc6582962 Updated TODO. 2007-02-09 15:41:15 +00:00
Florian Pose 2a434952c1 Auto-generate ChangeLog with mydist target. 2007-02-09 11:48:35 +00:00
Florian Pose 54dce10158 Updated ChangeLog. 2007-02-09 10:27:16 +00:00
Florian Pose 80566cd979 Introduced ECRT version magic. 2007-02-09 10:23:13 +00:00
Florian Pose 5f7ac3aa85 Minor changes in master thread messages. 2007-02-09 10:04:05 +00:00
Florian Pose df9f71f93d Fixed invalid module pointer in device structure. 2007-02-09 09:52:43 +00:00
Florian Pose f2c447a006 Fixed bug that caused the last slave not to be scanned. 2007-02-06 15:13:51 +00:00
Florian Pose ed8edbe332 Fixed bad configure behavior with complex kernel version strings. 2007-01-15 09:49:07 +00:00
Florian Pose 9a53bf1aa6 Fixed modules_install target: create dir before copying. 2007-01-12 15:18:11 +00:00
Florian Pose 7b45f799dd Made network driver ISRs static again. 2007-01-12 15:01:20 +00:00
Florian Pose 52879fbdb6 Added 8139too driver for kernel 2.6.19. 2007-01-12 14:49:27 +00:00
Florian Pose 291d63856b Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers. 2007-01-12 14:28:33 +00:00
Florian Pose dfdc30a6d8 Added 8139too driver for 2.6.18. 2007-01-12 12:50:52 +00:00
Florian Pose d5cd924844 Warn on duplicate master releasing. 2007-01-12 12:10:09 +00:00
Florian Pose cde396cdc2 Fixed bug in master state machine that came up in r745. 2007-01-12 12:09:38 +00:00
Florian Pose 413fdbb006 Minor fix on master.c (name of master thread). 2007-01-10 16:34:42 +00:00
Florian Pose df1cc1d939 Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch] 2007-01-10 16:32:06 +00:00
Florian Pose ba97994717 Added some documentation. 2007-01-10 10:58:49 +00:00
Florian Pose 16684ccffd Minor changes to slave.c 2007-01-10 10:51:43 +00:00
Florian Pose ea7e0ca982 Master workqueue replaced with kernel thread. 2007-01-10 10:45:57 +00:00