summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-20 07:53:19 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-10-20 07:53:19 +0000
commite41369ef8cf419e3e9f5c3816f05c383a5f076f5 (patch)
tree709ed1a6ded82913d94ce062d30198790c2a7454 /cpukit/ChangeLog
parent2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e41369ef8cf419e3e9f5c3816f05c383a5f076f5.tar.bz2
* libblock/include/rtems/diskdevs.h: Documentation. Added field to
rtems_disk_device. * libblock/include/rtems/blkdev.h: New request code RTEMS_BLKIO_DELETED. * libblock/src/diskdevs.c: Major rewrite. Changed the way disks are deleted. Disks will be now deleted if they are not in use or upon last release. The IO control handler will be invoked if a physical disk is deleted with the RTEMS_BLKIO_DELETED request code. Logical disks increase now the usage count of the associated physical disk. * libblock/include/rtems/ramdisk.h: Documentation. * libblock/src/ramdisk-driver.c: Compile trace support conditionally.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fd2366548f..c62ef53ca1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libblock/include/rtems/ramdisk.h: Documentation.
+ * libblock/src/ramdisk-driver.c: Compile trace support conditionally.
+
2009-10-20 Chris Johns <chrisj@rtems.org>
* libnetworking/rtems/rtems_mii_ioctl_kern.c: Added IFM_ACTIVE and
@@ -5,6 +10,18 @@
but in the BSD stack. Before IFM_LINK_OK was set and this is a
spare bit.
+2009-10-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libblock/include/rtems/diskdevs.h: Documentation. Added field to
+ rtems_disk_device.
+ * libblock/include/rtems/blkdev.h: New request code
+ RTEMS_BLKIO_DELETED.
+ * libblock/src/diskdevs.c: Major rewrite. Changed the way disks are
+ deleted. Disks will be now deleted if they are not in use or upon
+ last release. The IO control handler will be invoked if a physical
+ disk is deleted with the RTEMS_BLKIO_DELETED request code. Logical
+ disks increase now the usage count of the associated physical disk.
+
2009-10-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/ramdisk.c: Removed file.