diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-18 13:10:56 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-18 13:10:56 +0000 |
commit | 2d43a16f5cc85295584aefa39fc3d1386d7a471d (patch) | |
tree | cc8caea2a90e53e95758046498db5e242ef3bd08 /sys/arch | |
parent | 5ffe6f5665df7089f7f2cdad2f8e1917b9d0bcf2 (diff) |
add raid, some pseudo-device rearrange, hide local cruft
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/LUCIFIER | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/LUCIFIER b/sys/arch/i386/conf/LUCIFIER index 097d16eba52..16fcea412df 100644 --- a/sys/arch/i386/conf/LUCIFIER +++ b/sys/arch/i386/conf/LUCIFIER @@ -1,8 +1,8 @@ -# $OpenBSD: LUCIFIER,v 1.19 1999/02/13 06:42:06 mickey Exp $ +# $OpenBSD: LUCIFIER,v 1.20 1999/02/18 13:10:55 mickey Exp $ # -source /sys -build /usr/obj/sys/arch/i386/compile/LUCIFIER +#source /sys +#build /usr/obj/sys/arch/i386/compile/LUCIFIER machine i386 # architecture, used by config; REQUIRED @@ -204,8 +204,11 @@ pseudo-device strip 1 # Starmode Radio IP interface pseudo-device pty 64 # pseudo-terminals pseudo-device tb 1 # tablet line discipline + pseudo-device vnd 4 # paging to files pseudo-device ccd 2 # concatenated disk devices -pseudo-device ksyms 1 # kernel symbol table +pseudo-device raid 10 # RAID volumes +pseudo-device ksyms 1 # kernel symbol table +pseudo-device sequencer #pseudo-device pctr |