Module Name: src
Committed By: jmcneill
Date: Thu Dec 15 01:25:41 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: GENERIC
Log Message:
add ptyfs/pty
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/usermode/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/conf/GENERIC
diff -u src/sys/arch/usermode/conf/GENERIC:1.22 src/sys/arch/usermode/conf/GENERIC:1.23
--- src/sys/arch/usermode/conf/GENERIC:1.22 Tue Dec 13 17:48:31 2011
+++ src/sys/arch/usermode/conf/GENERIC Thu Dec 15 01:25:41 2011
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.22 2011/12/13 17:48:31 reinoud Exp $
+# $NetBSD: GENERIC,v 1.23 2011/12/15 01:25:41 jmcneill Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.22 $"
+#ident "GENERIC-$Revision: 1.23 $"
maxusers 32
makeoptions DEBUG="-O1 -g3"
@@ -36,6 +36,7 @@ file-system MFS
file-system FDESC
file-system KERNFS
file-system PROCFS
+file-system PTYFS
file-system TMPFS
options WAPBL
@@ -57,6 +58,7 @@ ld0 at mainbus?
#wsdisplay0 at genfb?
pseudo-device loop
+pseudo-device pty
# Pull in optional local configuration
cinclude "arch/usermode/conf/GENERIC.local"