summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-13 07:58:33 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-13 07:58:33 +0000
commitb96e09cb420213ebf2ef6d3b37ff3b7b02b65bd4 (patch)
tree706bd90c05001666f0bfaa0981c773131429177e /cpukit/ChangeLog
parent2009-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-b96e09cb420213ebf2ef6d3b37ff3b7b02b65bd4.tar.bz2
* libblock/include/rtems/diskdevs.h: Added driver data pointer to IO
control function. The IO control handler takes now the disk device as first parameter instead of the physical device number. * cpukit/libblock/include/rtems/blkdev.h, libblock/src/bdbuf.c, libblock/src/blkdev.c, libblock/src/diskdevs.c, libblock/src/nvdisk.c, libblock/src/flashdisk.c, libblock/src/ramdisk.c: Update for block device API change.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 7f422f8c84..73b3ade5d5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -5,6 +5,16 @@
score/src/userextthreadbegin.c: Reflect having introduced
Internal_errors_t.
+2009-10-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libblock/include/rtems/diskdevs.h: Added driver data pointer to IO
+ control function. The IO control handler takes now the disk device as
+ first parameter instead of the physical device number.
+ * cpukit/libblock/include/rtems/blkdev.h, libblock/src/bdbuf.c,
+ libblock/src/blkdev.c, libblock/src/diskdevs.c, libblock/src/nvdisk.c,
+ libblock/src/flashdisk.c, libblock/src/ramdisk.c: Update for block
+ device API change.
+
2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/alarm.c: If 0 seconds do not insert timer.