summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libblock/README
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:46:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:46:48 +0000
commit2b3e9d9b244e279ef5693a7cf5dacc7903164af5 (patch)
tree955e5242d4d08a8ec747c8350f55003bb9d4b519 /c/src/exec/libblock/README
parentRemove everything. (diff)
downloadrtems-2b3e9d9b244e279ef5693a7cf5dacc7903164af5.tar.bz2
Remove, moved to cpukit.
Diffstat (limited to 'c/src/exec/libblock/README')
-rw-r--r--c/src/exec/libblock/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/exec/libblock/README b/c/src/exec/libblock/README
deleted file mode 100644
index 671cc7f645..0000000000
--- a/c/src/exec/libblock/README
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# $Id$
-#
-
-This directory contains the block device (HDD, CDROMs, etc) support code.
-It includes:
- - block device driver interface
- - generic open/close/read/write/ioctl primitives for block device drivers
- - disk I/O buffering
- - logical disk support
- - RAM disk block device driver
-
-Victor V. Vengerov, <vvv@oktet.ru>
-November, 7 2001