diff -ru -x '*.sgml' ecos_web_cvs/ecos/packages/io/can/current/ChangeLog ecos/ecos/packages/io/can/current/ChangeLog --- ecos_web_cvs/ecos/packages/io/can/current/ChangeLog 2007-07-03 16:42:18.000000000 +0200 +++ ecos/ecos/packages/io/can/current/ChangeLog 2007-07-07 11:15:11.000000000 +0200 @@ -1,3 +1,10 @@ +2007-07-07 Alexey Shusharin + + * include/canio.h: CAN event CYGNUM_CAN_EVENT_DEVICE_CHANGED + (never used by any driver) replaced by CAN event + CYGNUM_CAN_EVENT_FILTER_ERR (for indication of acceptance + filter errors - used by LPC2xxx CAN driver) + 2007-07-02 Uwe Kindler * cdl/io_can.cdl: Added interface CYGINT_IO_CAN_CHANNELS for diff -ru -x '*.sgml' ecos_web_cvs/ecos/packages/io/can/current/include/canio.h ecos/ecos/packages/io/can/current/include/canio.h --- ecos_web_cvs/ecos/packages/io/can/current/include/canio.h 2007-07-03 16:42:18.000000000 +0200 +++ ecos/ecos/packages/io/can/current/include/canio.h 2007-07-07 11:30:10.000000000 +0200 @@ -114,7 +114,7 @@ CYGNUM_CAN_EVENT_LEAVING_STANDBY = 0x0200, // CAN hardware leaves standby / power don mode or is waked up CYGNUM_CAN_EVENT_ENTERING_STANDBY = 0x0400, // CAN hardware enters standby / power down mode CYGNUM_CAN_EVENT_ARBITRATION_LOST = 0x0800, // arbitration lost - CYGNUM_CAN_EVENT_DEVICE_CHANGED = 0x1000, // device changed event + CYGNUM_CAN_EVENT_FILTER_ERR = 0x1000, // CAN message filter / acceptance filter error CYGNUM_CAN_EVENT_PHY_FAULT = 0x2000, // General failure of physical layer detected (if supported by hardware) CYGNUM_CAN_EVENT_PHY_H = 0x4000, // Fault on CAN-H detected (Low Speed CAN) CYGNUM_CAN_EVENT_PHY_L = 0x8000, // Fault on CAN-L detected (Low Speed CAN)