Module Name: src
Committed By: rin
Date: Sat Jun 17 11:41:11 UTC 2023
Modified Files:
src/sys/arch/evbarm/conf: NSLU2
Log Message:
Relocate FFS_NO_SNAPSHOT to where it should be...
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbarm/conf/NSLU2
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/evbarm/conf/NSLU2
diff -u src/sys/arch/evbarm/conf/NSLU2:1.52 src/sys/arch/evbarm/conf/NSLU2:1.53
--- src/sys/arch/evbarm/conf/NSLU2:1.52 Sat Jun 17 11:39:41 2023
+++ src/sys/arch/evbarm/conf/NSLU2 Sat Jun 17 11:41:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: NSLU2,v 1.52 2023/06/17 11:39:41 rin Exp $
+# $NetBSD: NSLU2,v 1.53 2023/06/17 11:41:11 rin Exp $
#
# Linksys NSLU2 "Slug" NAS Device
#
@@ -37,7 +37,6 @@ options IXP425_CLOCK_FREQ=66000000
# File systems
file-system FFS # UFS
-options FFS_NO_SNAPSHOT # No FFS snapshot support
#file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network file system
@@ -56,6 +55,7 @@ file-system PTYFS # /dev/ptm support
# File system options
#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_DIRHASH # UFS Large Directory Hashing