diff options
author | 1999-02-18 13:10:55 +0000 | |
---|---|---|
committer | 1999-02-18 13:10:55 +0000 | |
commit | 990b34e7e42a8c6b0f24281b794918a243466f03 (patch) | |
tree | cceeb0293208f5166301adaaf671e8cc775b062e | |
parent | The long awaited IPsec intro text (diff) | |
download | wireguard-openbsd-990b34e7e42a8c6b0f24281b794918a243466f03.tar.xz wireguard-openbsd-990b34e7e42a8c6b0f24281b794918a243466f03.zip |
add raid, some pseudo-device rearrange, hide local cruft
-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 |