Module Name:    src
Committed By:   simonb
Date:           Sat Jul 23 11:49:58 UTC 2022

Modified Files:
        src/sys/arch/ia64/conf: GENERIC GENERIC.SKI

Log Message:
Add some file system options present in GENERIC kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/ia64/conf/GENERIC
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/ia64/conf/GENERIC.SKI

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/ia64/conf/GENERIC
diff -u src/sys/arch/ia64/conf/GENERIC:1.9 src/sys/arch/ia64/conf/GENERIC:1.10
--- src/sys/arch/ia64/conf/GENERIC:1.9	Fri Apr  7 17:07:09 2017
+++ src/sys/arch/ia64/conf/GENERIC	Sat Jul 23 11:49:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.9 2017/04/07 17:07:09 scole Exp $
+# $NetBSD: GENERIC,v 1.10 2022/07/23 11:49:58 simonb Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/ia64/conf/std.ia64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.9 $"
+#ident 		"GENERIC-$Revision: 1.10 $"
 
 maxusers	32		# estimated number of users
 
@@ -77,6 +77,18 @@ file-system	OVERLAY		# overlay file syst
 #file-system	PROCFS		# /proc
 file-system	TMPFS		# Efficient memory file-system
 
+# File system options
+options 	QUOTA		# legacy UFS quotas
+options 	QUOTA2		# new, in-filesystem UFS quotas
+#options 	FFS_EI		# FFS Endian Independent support
+options 	WAPBL		# File system journaling support
+options 	NFSSERVER	# Network File System server
+#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
+#options 	UFS_DIRHASH	# UFS Large Directory Hashing
+options 	UFS_EXTATTR	# Extended attribute support for UFS1
+#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+				# immutable) behave as system flags.
+
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!
 options 	ACPIVERBOSE	# verbose ACPI device autoconfig messages

Index: src/sys/arch/ia64/conf/GENERIC.SKI
diff -u src/sys/arch/ia64/conf/GENERIC.SKI:1.18 src/sys/arch/ia64/conf/GENERIC.SKI:1.19
--- src/sys/arch/ia64/conf/GENERIC.SKI:1.18	Sun Sep 27 13:48:52 2020
+++ src/sys/arch/ia64/conf/GENERIC.SKI	Sat Jul 23 11:49:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.SKI,v 1.18 2020/09/27 13:48:52 roy Exp $
+# $NetBSD: GENERIC.SKI,v 1.19 2022/07/23 11:49:58 simonb Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/ia64/conf/std.ia64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.18 $"
+#ident 		"GENERIC-$Revision: 1.19 $"
 
 maxusers	32		# estimated number of users
 
@@ -74,6 +74,19 @@ file-system	KERNFS		# /kern
 file-system	NULLFS		# loopback file system
 #file-system	OVERLAY		# overlay file system
 #file-system	PROCFS		# /proc
+file-system	TMPFS		# Efficient memory file-system
+
+# File system options
+options 	QUOTA		# legacy UFS quotas
+options 	QUOTA2		# new, in-filesystem UFS quotas
+#options 	FFS_EI		# FFS Endian Independent support
+options 	WAPBL		# File system journaling support
+options 	NFSSERVER	# Network File System server
+#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
+#options 	UFS_DIRHASH	# UFS Large Directory Hashing
+options 	UFS_EXTATTR	# Extended attribute support for UFS1
+#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+				# immutable) behave as system flags.
 
 #options 	GATEWAY		# packet forwarding
 options 	INET		# IP + ICMP + TCP + UDP

Reply via email to