summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-12 15:29:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-12 15:29:35 +0000
commit8509ec2c5b3dbc61d1bab36b195c66f4a5277be2 (patch)
treed2f2b4f32b56ad41ca943196018a29f2134056b5 /c/src/ChangeLog
parent2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8509ec2c5b3dbc61d1bab36b195c66f4a5277be2.tar.bz2
2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small).
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 5c5a323631..99c60b62ba 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libchip/ide/ata.c (ata_non_data_request): Change arg from int to
+ uint32_t (16bit ints are too small).
+
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.