Module Name: src
Committed By: simonb
Date: Mon May 4 12:15:43 UTC 2020
Modified Files:
src/sys/arch/evbmips/conf: ALCHEMY MALTA
Log Message:
Enable PTYFS.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/evbmips/conf/ALCHEMY
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/evbmips/conf/MALTA
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/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.68 src/sys/arch/evbmips/conf/ALCHEMY:1.69
--- src/sys/arch/evbmips/conf/ALCHEMY:1.68 Sun Jan 19 01:25:05 2020
+++ src/sys/arch/evbmips/conf/ALCHEMY Mon May 4 12:15:43 2020
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.68 2020/01/19 01:25:05 thorpej Exp $
+# $NetBSD: ALCHEMY,v 1.69 2020/05/04 12:15:43 simonb Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.68 $"
+#ident "ALCHEMY-$Revision: 1.69 $"
maxusers 32
@@ -68,7 +68,7 @@ file-system FDESC # user file descripto
#file-system UNION # union file system
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system CODA # Coda File System; also needs vcoda (below)
-#file-system PTYFS # /dev/pts/N support
+file-system PTYFS # /dev/pts/N support
# File system options
#options NFSSERVER # Sun NFS-compatible filesystem server
Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.100 src/sys/arch/evbmips/conf/MALTA:1.101
--- src/sys/arch/evbmips/conf/MALTA:1.100 Sat Jan 25 18:38:35 2020
+++ src/sys/arch/evbmips/conf/MALTA Mon May 4 12:15:43 2020
@@ -1,10 +1,10 @@
-# $NetBSD: MALTA,v 1.100 2020/01/25 18:38:35 thorpej Exp $
+# $NetBSD: MALTA,v 1.101 2020/05/04 12:15:43 simonb Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.100 $"
+#ident "MALTA-$Revision: 1.101 $"
maxusers 32
@@ -64,7 +64,7 @@ file-system TMPFS # Efficient memory fi
#file-system UNION # union file system
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system CODA # Coda File System; also needs vcoda (below)
-#file-system PTYFS # /dev/pts/N support
+file-system PTYFS # /dev/pts/N support
# File system options
#options NFSSERVER # Sun NFS-compatible filesystem server