aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-10-12 01:00:13 +0000
committerHarald Hoyer <harald@redhat.com>2009-05-14 16:56:59 +0200
commitda1f0a03d1a9ae65f36102e71120a3cfe7dd432c (patch)
treec6b4080ee266c9fd4255e0cb1fba29ad5529dddc /sysconfig
parent063bde81b8fcd430aa68312c80a514717b6ccd71 (diff)
downloadinitscripts-da1f0a03d1a9ae65f36102e71120a3cfe7dd432c.tar
initscripts-da1f0a03d1a9ae65f36102e71120a3cfe7dd432c.tar.gz
initscripts-da1f0a03d1a9ae65f36102e71120a3cfe7dd432c.tar.bz2
initscripts-da1f0a03d1a9ae65f36102e71120a3cfe7dd432c.tar.xz
initscripts-da1f0a03d1a9ae65f36102e71120a3cfe7dd432c.zip
return of rawdevices stuff
Diffstat (limited to 'sysconfig')
-rw-r--r--sysconfig/rawdevices8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysconfig/rawdevices b/sysconfig/rawdevices
new file mode 100644
index 00000000..69360f0e
--- /dev/null
+++ b/sysconfig/rawdevices
@@ -0,0 +1,8 @@
+# This file and interface are deprecated.
+# Applications needing raw device access should open regular
+# block devices with O_DIRECT.
+# raw device bindings
+# format: <rawdev> <major> <minor>
+# <rawdev> <blockdev>
+# example: /dev/raw/raw1 /dev/sda1
+# /dev/raw/raw2 8 5