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:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-30 16:52:23 +0000
commit125d4c61b7cb38d0b4c12dc524918eaf8fc2d38d (patch)
tree783b11226959a4afb6673eb8611488a8cc0d7c65 /c/src/lib/libbsp/sparc/ChangeLog
parent2007-11-30 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-125d4c61b7cb38d0b4c12dc524918eaf8fc2d38d.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 'c/src/lib/libbsp/sparc/ChangeLog')
-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 81c8350043..76c706e294 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