summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:39:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-06 15:39:29 +0000
commit9e9fb50869915d0ac4014350c62dc8a171d71ae0 (patch)
tree8f2b9d2b1b3ccfa409ad7d4f282522a545a6e6be /c/src/ChangeLog
parent2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9e9fb50869915d0ac4014350c62dc8a171d71ae0.tar.bz2
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.
Diffstat (limited to 'c/src/ChangeLog')
-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.