Wed, 02 Jul 2014 14:25:23 +0200- increase version number to 0.10 stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Wed, 02 Jul 2014 14:25:23 +0200] rev 2578
- increase version number to 0.10
- run indent script on netdev.c

Wed, 02 Jul 2014 12:48:01 +0200remove unused files CCatDefinitions.h and compat.h stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Wed, 02 Jul 2014 12:48:01 +0200] rev 2577
remove unused files CCatDefinitions.h and compat.h

Wed, 02 Jul 2014 08:15:27 +0200Refactoring: stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Wed, 02 Jul 2014 08:15:27 +0200] rev 2576
Refactoring:
- convert next_tx/rx counter into dma_fifo member fifo->next
- use POLL_TIME define instead of magic number 100
- remove obsolete tx_fifo_full()

Thu, 05 Jun 2014 18:12:30 +0200remove obsolete print.* files stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 18:12:30 +0200] rev 2575
remove obsolete print.* files

Thu, 05 Jun 2014 17:54:35 +0200remove dead commented code stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:54:35 +0200] rev 2574
remove dead commented code

Thu, 05 Jun 2014 17:41:48 +0200remove print.* from release tree stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:41:48 +0200] rev 2573
remove print.* from release tree
run indent

Thu, 05 Jun 2014 17:27:16 +0200reorder functions in netdev.c to avoid forward declarations stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:27:16 +0200] rev 2572
reorder functions in netdev.c to avoid forward declarations

Thu, 05 Jun 2014 17:08:54 +0200reorder functions in update.c to omit forward declarations stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:08:54 +0200] rev 2571
reorder functions in update.c to omit forward declarations

Thu, 05 Jun 2014 16:40:01 +0200- don't use compat.h in the mainline driver stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:40:01 +0200] rev 2570
- don't use compat.h in the mainline driver
- correct constness of function pointer declarations

Thu, 05 Jun 2014 16:30:22 +0200make ccat driver more linux compliant stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:30:22 +0200] rev 2569
make ccat driver more linux compliant
- reduce enum ccat_info_t to the minimal set of defines
- replace CamelCased WINDOWS typedef structs with linux types
- remove print.c/.h from the driver build, but keep the files for debugging