summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2022-07-23 11:49:58 +0000
committersimonb <simonb@NetBSD.org>2022-07-23 11:49:58 +0000
commita65e5cd0d6060c27f000326ae607c82ba96f8068 (patch)
tree89d4f3974e0ed85c0bdb7c7d3716dd740e924e84 /sys
parent9262324f77ac156a73099dfa1435ef225e0156a3 (diff)
Add some file system options present in GENERIC kernels.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/ia64/conf/GENERIC16
-rw-r--r--sys/arch/ia64/conf/GENERIC.SKI17
2 files changed, 29 insertions, 4 deletions
diff --git a/sys/arch/ia64/conf/GENERIC b/sys/arch/ia64/conf/GENERIC
index 84d1700c77d..81ac9df4db8 100644
--- a/sys/arch/ia64/conf/GENERIC
+++ b/sys/arch/ia64/conf/GENERIC
@@ -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 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.
+
# 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
diff --git a/sys/arch/ia64/conf/GENERIC.SKI b/sys/arch/ia64/conf/GENERIC.SKI
index eb4f3fcf15f..60a33f3a9e6 100644
--- a/sys/arch/ia64/conf/GENERIC.SKI
+++ b/sys/arch/ia64/conf/GENERIC.SKI
@@ -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