summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-30 16:52:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-30 16:52:15 +0000
commit5b42368a5c59ce3b5f6312cc7f2fc289dff4ed80 (patch)
treeb678c1e44ecf5562885b3457ebed5e220599a3ac /c/src/lib/libbsp/sparc/ChangeLog
parent2007-11-30 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-5b42368a5c59ce3b5f6312cc7f2fc289dff4ed80.tar.bz2
2007-11-30 Daniel Hellstrom <daniel@gaisler.com>
* shared/can/occan.c: LEON2/3 OCCAN CAN driver. Fixes typecast to volatile integer where needed. Fixes bug where closing the driver and opening it again could make the driver not starting transmission due to the software fifo was not cleared.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 9a1781570d..36563bac8b 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,5 +1,12 @@
2007-11-30 Daniel Hellstrom <daniel@gaisler.com>
+ * shared/can/occan.c: LEON2/3 OCCAN CAN driver. Fixes typecast to
+ volatile integer where needed. Fixes bug where closing the driver and
+ opening it again could make the driver not starting transmission due
+ to the software fifo was not cleared.
+
+2007-11-30 Daniel Hellstrom <daniel@gaisler.com>
+
* shared/can/grcan.c, shared/can/grcan_rasta.c,
shared/include/ambapp.h: GRCAN CAN driver. Fixes Interrupt
enabling/disabling in the driver, interrupt may not be restored