ChangeLog
changeset 542 bbcadcfb28a7
parent 510 0d0c6fe0e3b2
equal deleted inserted replaced
541:5a2b1658b67f 542:bbcadcfb28a7
       
     1 2007-02-09 10:23  fp
       
     2 
       
     3 	* NEWS, include/ecrt.h, master/module.c: Introduced ECRT version
       
     4 	  magic.
       
     5 
       
     6 2007-02-09 10:04  fp
       
     7 
       
     8 	* master/master.c: Minor changes in master thread messages.
       
     9 
       
    10 2007-02-09 09:52  fp
       
    11 
       
    12 	* master/device.c: Fixed invalid module pointer in device
       
    13 	  structure.
       
    14 
       
    15 2007-02-06 15:13  fp
       
    16 
       
    17 	* master/fsm_master.c: Fixed bug that caused the last slave not to
       
    18 	  be scanned.
       
    19 
       
    20 2007-01-15 09:49  fp
       
    21 
       
    22 	* configure.ac: Fixed bad configure behavior with complex kernel
       
    23 	  version strings.
       
    24 
       
    25 2007-01-12 15:18  fp
       
    26 
       
    27 	* devices/Makefile.am, master/Makefile.am: Fixed modules_install
       
    28 	  target: create dir before copying.
       
    29 
       
    30 2007-01-12 15:01  fp
       
    31 
       
    32 	* devices/8139too-2.6.13-ethercat.c,
       
    33 	  devices/8139too-2.6.17-ethercat.c,
       
    34 	  devices/8139too-2.6.18-ethercat.c,
       
    35 	  devices/8139too-2.6.19-ethercat.c: Made network driver ISRs
       
    36 	  static again.
       
    37 
       
    38 2007-01-12 14:49  fp
       
    39 
       
    40 	* devices/8139too-2.6.19-ethercat.c, devices/8139too-2.6.19-orig.c,
       
    41 	  devices/Makefile.am: Added 8139too driver for kernel 2.6.19.
       
    42 
       
    43 2007-01-12 14:28  fp
       
    44 
       
    45 	* NEWS, devices/8139too-2.6.13-ethercat.c,
       
    46 	  devices/8139too-2.6.17-ethercat.c,
       
    47 	  devices/8139too-2.6.18-ethercat.c, devices/ecdev.h,
       
    48 	  master/device.c, master/device.h, master/master.c,
       
    49 	  master/module.c: Replaced ec_isr_t by ec_pollfunc_t; added poll
       
    50 	  function s in network drivers.
       
    51 
       
    52 2007-01-12 12:50  fp
       
    53 
       
    54 	* ., devices/8139too-2.6.18-ethercat.c,
       
    55 	  devices/8139too-2.6.18-orig.c, devices/Makefile.am: Added 8139too
       
    56 	  driver for 2.6.18.
       
    57 
       
    58 2007-01-12 12:10  fp
       
    59 
       
    60 	* master/module.c: Warn on duplicate master releasing.
       
    61 
       
    62 2007-01-12 12:09  fp
       
    63 
       
    64 	* master/fsm_master.c: Fixed bug in master state machine that came
       
    65 	  up in r745.
       
    66 
       
    67 2007-01-10 16:34  fp
       
    68 
       
    69 	* master/master.c: Minor fix on master.c (name of master thread).
       
    70 
       
    71 2007-01-10 16:32  fp
       
    72 
       
    73 	* master/Kbuild, master/Makefile.am, master/fsm.c, master/fsm.h,
       
    74 	  master/fsm_master.c, master/fsm_master.h, master/fsm_slave.c,
       
    75 	  master/fsm_slave.h, master/master.c, master/master.h: Layed out
       
    76 	  slave state machines in own files fsm_slave.[ch]; renamed
       
    77 	  fsm.[ch] to fsm_master.[ch]
       
    78 
       
    79 2007-01-10 10:58  fp
       
    80 
       
    81 	* master/datagram.h, master/master.c: Added some documentation.
       
    82 
       
    83 2007-01-10 10:51  fp
       
    84 
       
    85 	* master/slave.c: Minor changes to slave.c
       
    86 
       
    87 2007-01-10 10:45  fp
       
    88 
       
    89 	* master/master.c, master/master.h, master/module.c: Master
       
    90 	  workqueue replaced with kernel thread.
       
    91 
       
    92 2007-01-09 14:51  fp
       
    93 
       
    94 	* master/master.c: Fixed blocking of EoE processing while entering
       
    95 	  or leaving operational mode.
       
    96 
       
    97 2007-01-09 14:36  fp
       
    98 
       
    99 	* master/fsm.c, master/slave.c, master/slave.h: Re-added
       
   100 	  slave.configured flag as slave.self_configured.
       
   101 
       
   102 2007-01-09 14:19  fp
       
   103 
       
   104 	* master/fsm.c: Removed debug messages again.
       
   105 
       
   106 2007-01-09 14:12  fp
       
   107 
       
   108 	* master/fsm.c: Temporarily added some debug information.
       
   109 
       
   110 2007-01-09 13:57  fp
       
   111 
       
   112 	* master/fsm.c, master/slave.c, master/slave.h: Removed
       
   113 	  slave.configured flag.
       
   114 
       
   115 2007-01-09 13:42  fp
       
   116 
       
   117 	* master/slave.c, script/lsec.pl: Display requested state in slave
       
   118 	  info.
       
   119 
       
   120 2007-01-09 12:56  fp
       
   121 
       
   122 	* master/master.c: Fixed race: Stop EoE processing when entering or
       
   123 	  leaving operation mode.
       
   124 
       
   125 2007-01-08 15:15  fp
       
   126 
       
   127 	* master/master.c: Minor fix in master.c
       
   128 
       
   129 2007-01-08 15:02  fp
       
   130 
       
   131 	* examples/mini/mini.c, examples/rtai/rtai_sample.c: Adjusted
       
   132 	  examples to EtherLab starter kit hardware.
       
   133 
       
   134 2007-01-08 15:01  fp
       
   135 
       
   136 	* master/master.c: Internal locking callbacks, improved locking.
       
   137 
       
   138 2007-01-08 14:24  fp
       
   139 
       
   140 	* master/datagram.c: Datagram preallocation with ATOMIC flag,
       
   141 	  because it is calles in timer context.
       
   142 
       
   143 2007-01-08 08:36  fp
       
   144 
       
   145 	* examples/mini/mini.c: Minor changes in minimal example.
       
   146 
       
   147 2007-01-08 08:32  fp
       
   148 
       
   149 	* examples/mini/mini.c, examples/msr/msr_sample.c,
       
   150 	  examples/rtai/rtai_sample.c: Shorter critical sections in
       
   151 	  examples.
       
   152 
       
   153 2007-01-08 08:23  fp
       
   154 
       
   155 	* master/datagram.c, master/datagram.h, master/master.c: Removed
       
   156 	  datagram.cycles_queued, needed for "starved" datagrams
       
   157 	  (deprecated).
       
   158 
       
   159 2007-01-02 13:27  fp
       
   160 
       
   161 	* ChangeLog: Updated ChangeLog.
       
   162 
     1 2007-01-02 13:25  fp
   163 2007-01-02 13:25  fp
     2 
   164 
     3 	* examples/mini/mini.c, examples/msr/msr_sample.c,
   165 	* examples/mini/mini.c, examples/msr/msr_sample.c,
     4 	  examples/rtai/rtai_sample.c: Adjusted examples to 1.2.0 interface
   166 	  examples/rtai/rtai_sample.c: Adjusted examples to 1.2.0 interface
     5 	  changes.
   167 	  changes.