Module Name:    src
Committed By:   rin
Date:           Sun Aug  7 03:08:40 UTC 2022

Modified Files:
        src/sys/arch/evbppc/conf: RB800

Log Message:
Enable UFS_DIRHASH; this machine has 256MB RAM :)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbppc/conf/RB800

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/evbppc/conf/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.39 src/sys/arch/evbppc/conf/RB800:1.40
--- src/sys/arch/evbppc/conf/RB800:1.39	Sun Aug  7 02:52:25 2022
+++ src/sys/arch/evbppc/conf/RB800	Sun Aug  7 03:08:40 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: RB800,v 1.39 2022/08/07 02:52:25 simonb Exp $
+#	$NetBSD: RB800,v 1.40 2022/08/07 03:08:40 rin Exp $
 #
 #	RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@ include 	"arch/evbppc/conf/std.mpc85xx"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"RB800-$Revision: 1.39 $"
+ident 		"RB800-$Revision: 1.40 $"
 
 maxusers	32
 
@@ -86,7 +86,7 @@ options 	FFS_EI		# FFS Endian Independen
 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
 options 	QUOTA		# legacy UFS quotas
 options 	QUOTA2		# new, in-filesystem UFS quotas
-#options 	UFS_DIRHASH	# UFS Large Directory Hashing
+options 	UFS_DIRHASH	# UFS Large Directory Hashing
 #options 	UFS_EXTATTR	# Extended attribute support for UFS1
 options 	WAPBL		# File system journaling support
 #options 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental

Reply via email to