Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/evbmips/conf/RB153,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/evbmips/conf/RB153,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- src/sys/arch/evbmips/conf/RB153 2020/05/19 09:26:44 1.25 +++ src/sys/arch/evbmips/conf/RB153 2022/08/07 02:52:25 1.26 @@ -1,10 +1,10 @@ -# $NetBSD: RB153,v 1.25 2020/05/19 09:26:44 rin Exp $ +# $NetBSD: RB153,v 1.26 2022/08/07 02:52:25 simonb Exp $ # # Example kernel config for the RouterBOARD 153. include "arch/evbmips/conf/std.adm5120" -#ident "RB153-$Revision: 1.25 $" +#ident "RB153-$Revision: 1.26 $" maxusers 32 @@ -56,13 +56,15 @@ file-system NULLFS # NULL layered files #file-system CODA # Coda File System; also needs vcoda (below) # File system options -#options NFSSERVER # Sun NFS-compatible filesystem server +#options FFS_EI # FFS Endian Independent support #options QUOTA # legacy UFS quotas #options QUOTA2 # new, in-filesystem UFS quotas -#options DISKLABEL_EI # disklabel Endian Independent support -#options FFS_EI # FFS Endian Independent 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 DISKLABEL_EI # disklabel Endian Independent support +#options NFSSERVER # Network File System server # Alternate buffer queue strategies for better responsiveness under high # disk I/O load.