summaryrefslogtreecommitdiff
path: root/sys/arch/cesfic
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2022-08-07 02:52:23 +0000
committersimonb <simonb@NetBSD.org>2022-08-07 02:52:23 +0000
commitbffd2b8a9693de152e982a9f784ab07adb04db9a (patch)
treed7a73d40bf21ac3f83bc356300249272ce9087ed /sys/arch/cesfic
parent15f14dd7e7d2237f784027e34f48c89f4a59ef4a (diff)
UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
Diffstat (limited to 'sys/arch/cesfic')
-rw-r--r--sys/arch/cesfic/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/cesfic/conf/GENERIC b/sys/arch/cesfic/conf/GENERIC
index 4cecf44c19d..ec0bb67e9e5 100644
--- a/sys/arch/cesfic/conf/GENERIC
+++ b/sys/arch/cesfic/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.75 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: GENERIC,v 1.76 2022/08/07 02:52:24 simonb Exp $
#
# GENERIC machine description file
#
@@ -65,12 +65,12 @@ file-system PTYFS # /dev/pts/N support
#file-system TMPFS # Efficient memory file-system
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
-# Filesystem options
-options FIFO # POSIX fifo support (in all filesystems)
+# File system options
#options QUOTA # legacy UFS quotas
#options QUOTA2 # new, in-filesystem UFS quotas
-#options NFSSERVER # Network filesystem server
+#options UFS_DIRHASH # UFS Large Directory Hashing
#options UFS_EXTATTR # Extended attribute support for UFS1
+#options NFSSERVER # Network File System server
# Networking options
options INET # Internet protocols