Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable UFS_DIRHASH (missed with previou...



details:   https://anonhg.NetBSD.org/src/rev/f30e5a92f007
branches:  trunk
changeset: 373374:f30e5a92f007
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Feb 06 12:59:13 2023 +0000

description:
Enable UFS_DIRHASH (missed with previous change) and UFS_EXTATTR
(mistakenly commented out with previous change).

diffstat:

 sys/arch/evbarm/conf/GENERIC.common |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 1f35978ce8be -r f30e5a92f007 sys/arch/evbarm/conf/GENERIC.common
--- a/sys/arch/evbarm/conf/GENERIC.common       Mon Feb 06 11:53:03 2023 +0000
+++ b/sys/arch/evbarm/conf/GENERIC.common       Mon Feb 06 12:59:13 2023 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.common,v 1.50 2022/09/29 10:10:06 riastradh Exp $
+#      $NetBSD: GENERIC.common,v 1.51 2023/02/06 12:59:13 simonb Exp $
 #
 #      GENERIC evbarm kernel config (template)
 #
@@ -26,14 +26,21 @@
 no pseudo-device vcoda
 
 # File system options
+# ffs
 options        FFS_EI          # FFS Endian Independent support
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
 options        QUOTA           # legacy UFS quotas
 options        QUOTA2          # new, in-filesystem UFS quotas
 options        UFS_ACL         # UFS Access Control Lists
-#options       UFS_DIRHASH     # UFS Large Directory Hashing
-#options       UFS_EXTATTR     # Extended attribute support for UFS1
+options        UFS_DIRHASH     # UFS Large Directory Hashing
+options        UFS_EXTATTR     # Extended attribute support for UFS1
 options        WAPBL           # File system journaling support
+# lfs
+#options       LFS_DIRHASH     # LFS version of UFS_DIRHASH
+# ext2fs
+#options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+                               # immutable) behave as system flags.
+# other
 options        DISKLABEL_EI    # disklabel Endian Independent support
 options        NFSSERVER       # Network File System server
 



Home | Main Index | Thread Index | Old Index