Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/usermode/conf add ptyfs/pty



details:   https://anonhg.NetBSD.org/src/rev/ebd2c10d9fe5
branches:  trunk
changeset: 772035:ebd2c10d9fe5
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Dec 15 01:25:41 2011 +0000

description:
add ptyfs/pty

diffstat:

 sys/arch/usermode/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 0f31015cc840 -r ebd2c10d9fe5 sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC    Thu Dec 15 01:04:14 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC    Thu Dec 15 01:25:41 2011 +0000
@@ -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    FDESC
 file-system    KERNFS
 file-system    PROCFS
+file-system    PTYFS
 file-system    TMPFS
 options                WAPBL
 
@@ -57,6 +58,7 @@
 #wsdisplay0    at genfb?
 
 pseudo-device  loop
+pseudo-device  pty
 
 # Pull in optional local configuration
 cinclude "arch/usermode/conf/GENERIC.local"



Home | Main Index | Thread Index | Old Index