summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index e1de32f364..38ac4ba2f9 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,10 @@
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libchip/ide/ata.c: Make ata_interrupt_on, ata_interrupt_off,
+ ata_interrupt_isOn static.
+
+2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libchip/serial/mc68681.c (mc68681_open):
Var "status" needs to be signed.