diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-19 14:33:29 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-19 14:33:29 +0000 |
commit | 064833876ff1e42207036f9071ff4396cd97fd4f (patch) | |
tree | 4ee7daf46f72f4f1a090678e7ac5286fc7c85289 /sys/conf/files | |
parent | ed6150a6c21fc42da1a47b01cc465742c0a793fe (diff) |
attach softraid to the root of the device tree in a machine independant
way, rather than requiring some glue in each machines mainbus probe.
it is still commented out.
based on a discussion with miod@ ok marco@ deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 20eba93e6a1..9921a3a89d8 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.394 2007/03/19 03:02:09 marco Exp $ +# $OpenBSD: files,v 1.395 2007/03/19 14:33:28 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -431,7 +431,9 @@ file dev/radio.c radio needs-flag device ipmi file dev/ipmi.c ipmi needs-flag -device softraid: scsi +# Software RAID +device softraid: scsi +attach softraid at root file dev/softraid.c softraid needs-flag # legitimate pseudo-devices |