summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2010-02-20 02:27:58 +0000
committerChris Johns <chrisj@rtems.org>2010-02-20 02:27:58 +0000
commit5268642f861149fc63b9cd1d8c661e0ffa2781fb (patch)
treef1b1947c64a3c9ea2a547c8334c9359bd83c1ca4 /cpukit/ChangeLog
parent2010-02-19 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-5268642f861149fc63b9cd1d8c661e0ffa2781fb.tar.bz2
2010-02-20 Chris Johns <chrisj@rtems.org>
* libfs/src/dosfs/fat.c, libfs/src/rfs/rtems-rfs-buffer.c: Block devices are now block device nodes and not character device nodes.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index af9454f41a..fe5e85d4e8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-20 Chris Johns <chrisj@rtems.org>
+
+ * libfs/src/dosfs/fat.c, libfs/src/rfs/rtems-rfs-buffer.c: Block
+ devices are now block device nodes and not character device
+ nodes.
+
2010-02-19 Chris Johns <chrisj@rtems.org>
* libblock/src/diskdevs.c: Create the devices as block devices.