summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index c9e06ed8cf..e91a7292d9 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-14 Daron Chabot <djc915@mail.usask.ca>
+
+ * libchip/network/if_dc.c: Changed type of ISR argument to void* from
+ rtems_interrupt_vector, to permit passing arbitrary arguments to the
+ ISR. Clean up of variables to silence compiler warnings.
+
2007-09-13 Daniel Hellstrom <daniel@gaisler.com>
* libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().