summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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.