diff -ruN -x 'Entries*' ecos_web_cvs/ecos/packages/devs/can/loop/current/ChangeLog ecos/ecos/packages/devs/can/loop/current/ChangeLog --- ecos_web_cvs/ecos/packages/devs/can/loop/current/ChangeLog 2007-03-26 12:38:04.000000000 +0200 +++ ecos/ecos/packages/devs/can/loop/current/ChangeLog 2007-07-02 08:19:48.000000000 +0200 @@ -1,5 +1,10 @@ 2007-03-23 Uwe Kindler + * cdl/can_loop.cd: Changed naming of various options from + xxx_IO_CAN_LOOP into xxx_DEVS_CAN_LOOP + +2007-03-23 Uwe Kindler + * cdl/can_loop.cdl: Driver now implements the interfaces CYGINT_IO_CAN_TX_EVENTS, CYGINT_IO_CAN_STD_CAN_ID, CYGINT_IO_CAN_EXT_CAN_ID. diff -ruN -x 'Entries*' ecos_web_cvs/ecos/packages/devs/can/loop/current/cdl/can_loop.cdl ecos/ecos/packages/devs/can/loop/current/cdl/can_loop.cdl --- ecos_web_cvs/ecos/packages/devs/can/loop/current/cdl/can_loop.cdl 2007-03-26 12:38:05.000000000 +0200 +++ ecos/ecos/packages/devs/can/loop/current/cdl/can_loop.cdl 2007-06-28 23:13:50.000000000 +0200 @@ -49,7 +49,7 @@ # # ==================================================================== -cdl_package CYGPKG_IO_CAN_LOOP { +cdl_package CYGPKG_DEVS_CAN_LOOP { display "Loop CAN device drivers" parent CYGPKG_IO_CAN_DEVICES @@ -66,10 +66,10 @@ # Support up to two CAN loop device. for { set ::loopcan 0 } { $::loopcan < 2 } { incr ::loopcan } { - cdl_component CYGPKG_IO_CAN_LOOP_CAN[set ::loopcan] { + cdl_component CYGPKG_DEVS_CAN_LOOP_CAN[set ::loopcan] { display "LOOP CAN channel [set ::loopcan] driver" flavor bool - default_value 1 + default_value 0 implements CYGINT_IO_CAN_TIMESTAMP implements CYGINT_IO_CAN_TX_EVENTS implements CYGINT_IO_CAN_STD_CAN_ID @@ -119,7 +119,7 @@ } - cdl_component CYGPKG_IO_CAN_LOOP_OPTIONS { + cdl_component CYGPKG_DEVS_CAN_LOOP_OPTIONS { display "CAN device driver build options" flavor none description " @@ -128,7 +128,7 @@ and details of which tests are built." - cdl_option CYGPKG_IO_CAN_LOOP_TESTS { + cdl_option CYGPKG_DEVS_CAN_LOOP_TESTS { display "CAN loop device driver tests" flavor data calculated { "tests/can_rdwr tests/can_timeout tests/can_txevent tests/can_overrun1 tests/can_overrun2 tests/can_nonblock"} diff -ruN -x 'Entries*' ecos_web_cvs/ecos/packages/devs/can/loop/current/src/loop_can.c ecos/ecos/packages/devs/can/loop/current/src/loop_can.c --- ecos_web_cvs/ecos/packages/devs/can/loop/current/src/loop_can.c 2007-03-26 12:38:05.000000000 +0200 +++ ecos/ecos/packages/devs/can/loop/current/src/loop_can.c 2007-06-28 23:15:38.000000000 +0200 @@ -56,7 +56,7 @@ #include #include -#include +#include #include #include