From 441734ed2cd0eb0fbe5f4415e189e7d9b4bc8109 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Oct 2004 01:00:13 +0000 Subject: return of rawdevices stuff --- sysconfig/rawdevices | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sysconfig/rawdevices (limited to 'sysconfig') 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: +# +# example: /dev/raw/raw1 /dev/sda1 +# /dev/raw/raw2 8 5 -- cgit v1.2.1