Module Name:    src
Committed By:   bouyer
Date:           Mon Apr  6 19:28:21 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: XEN3_PVHVM
        src/sys/arch/i386/conf: XEN3PAE_PVHVM

Log Message:
use conf/filesystems.config, fix missing PTYFS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/conf/XEN3_PVHVM
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/conf/XEN3PAE_PVHVM

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/amd64/conf/XEN3_PVHVM
diff -u src/sys/arch/amd64/conf/XEN3_PVHVM:1.2 src/sys/arch/amd64/conf/XEN3_PVHVM:1.3
--- src/sys/arch/amd64/conf/XEN3_PVHVM:1.2	Wed Aug 21 12:16:07 2019
+++ src/sys/arch/amd64/conf/XEN3_PVHVM	Mon Apr  6 19:28:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_PVHVM,v 1.2 2019/08/21 12:16:07 maxv Exp $
+# $NetBSD: XEN3_PVHVM,v 1.3 2020/04/06 19:28:21 bouyer Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -12,7 +12,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_PVHVM-$Revision: 1.2 $"
+#ident		"XEN3_PVHVM-$Revision: 1.3 $"
 
 maxusers	32		# estimated number of users
 options 	MAXPHYS=32768	#xbd doesn't handle 64k transfers
@@ -72,21 +72,7 @@ options 	DKWEDGE_METHOD_APPLE	# Support 
 #options 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
 
 # File systems
-file-system	FFS		# UFS
-file-system	EXT2FS		# second extended file system (linux)
-file-system	LFS		# log-structured file system
-file-system	MFS		# memory file system
-file-system	NFS		# Network File System client
-file-system	NTFS		# Windows/NT file system (experimental)
-file-system	CD9660		# ISO 9660 + Rock Ridge file system
-file-system	MSDOSFS		# MS-DOS file system
-file-system	FDESC		# /dev/fd
-file-system	KERNFS		# /kern
-file-system	NULLFS		# loopback file system
-file-system	OVERLAY		# overlay file system
-file-system	PROCFS		# /proc
-file-system	UMAPFS		# NULLFS + uid and gid remapping
-file-system	UNION		# union file system
+include "conf/filesystems.config"
 
 # File system options
 options 	QUOTA		# legacy UFS quotas

Index: src/sys/arch/i386/conf/XEN3PAE_PVHVM
diff -u src/sys/arch/i386/conf/XEN3PAE_PVHVM:1.2 src/sys/arch/i386/conf/XEN3PAE_PVHVM:1.3
--- src/sys/arch/i386/conf/XEN3PAE_PVHVM:1.2	Wed Aug 21 12:16:07 2019
+++ src/sys/arch/i386/conf/XEN3PAE_PVHVM	Mon Apr  6 19:28:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_PVHVM,v 1.2 2019/08/21 12:16:07 maxv Exp $
+# $NetBSD: XEN3PAE_PVHVM,v 1.3 2020/04/06 19:28:21 bouyer Exp $
 
 include 	"arch/xen/conf/std.xen"
 
@@ -70,21 +70,7 @@ options 	DKWEDGE_METHOD_APPLE	# Support 
 #options 	DKWEDGE_METHOD_RDB	# Support RDB partitions as wedges
 
 # File systems
-file-system	FFS		# UFS
-file-system	EXT2FS		# second extended file system (linux)
-file-system	LFS		# log-structured file system
-file-system	MFS		# memory file system
-file-system	NFS		# Network File System client
-file-system	NTFS		# Windows/NT file system (experimental)
-file-system	CD9660		# ISO 9660 + Rock Ridge file system
-file-system	MSDOSFS		# MS-DOS file system
-file-system	FDESC		# /dev/fd
-file-system	KERNFS		# /kern
-file-system	NULLFS		# loopback file system
-file-system	OVERLAY		# overlay file system
-file-system	PROCFS		# /proc
-file-system	UMAPFS		# NULLFS + uid and gid remapping
-file-system	UNION		# union file system
+include "conf/filesystems.config"
 
 # File system options
 options 	QUOTA		# legacy UFS quotas

Reply via email to