summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2009-08-09 12:47:24 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2009-08-09 12:47:24 +0000
commit1778e353edc65e9ea30f24d9341dfad10dcd57d9 (patch)
tree05f3f9658bab709b43e1b98049fab0c1b7aa3716 /sys/conf/files
parentf39d463c083bc9393fe45f5cccf828cd7d8ae8ce (diff)
add mpath(4), a driver that steals paths to scsi devices if it
thinks they could be available via multiple paths. those stolen devices are then made available via mpath(4). this is the minimum amount of code to implement the stealing. it is generally broken and very brittle, so it is currently disabled. it is going in so i can work on it in the tree.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 83c1e1d5028..90f9e43b00b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.468 2009/07/23 15:15:25 jordan Exp $
+# $OpenBSD: files,v 1.469 2009/08/09 12:47:23 dlg Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -449,6 +449,11 @@ device vscsi: scsi
attach vscsi at root
file dev/vscsi.c vscsi needs-flag
+# SCSI Multipathing
+device mpath: scsi
+attach mpath at root
+file scsi/mpath.c mpath needs-flag
+
# Software RAID
device softraid: scsi
attach softraid at root