summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-14 14:58:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-14 14:58:23 +0000
commit24af51c5e9b7f2495c051e3947b2ca76d607c02e (patch)
treed498a51fb9f6adf86fd3e7196a19391de7baa176 /c/src/ChangeLog
parent2007-09-14 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-24af51c5e9b7f2495c051e3947b2ca76d607c02e.tar.bz2
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.
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().