diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-09 19:22:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-09 19:22:30 +0000 |
commit | e611bb29b2978b5bc3b116ed979a8459ae2fb0b8 (patch) | |
tree | 7de76cf7b82fa98ec06400624474d2220b3cbc15 | |
parent | 9649c5b233577cf7a9be11c05be42f835311f582 (diff) |
wsmux (for external, big-boned-fingers compatible, keyboards) and ext2fs
support on the ramdisk.
-rw-r--r-- | sys/arch/loongson/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index 97f79aba1a3..991f36c911b 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2010/02/09 12:15:37 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.5 2010/02/09 19:22:29 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -25,6 +25,7 @@ option FFS2 # UFS2 option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system +option EXT2FS # Second Extended Filesystem option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) @@ -135,6 +136,6 @@ cd* at scsibus? pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk +pseudo-device wsmux 2 # mouse & keyboard multiplexor option BOOT_CONFIG # boot-time kernel config - |