Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 14 04:51:09 UTC 2020

Modified Files:
        src/sys/arch/ews4800mips/conf: RAMDISK

Log Message:
Disable COMPAT_13 and UFS_EXTATTR.  Saves ~52kbytes.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/ews4800mips/conf/RAMDISK

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/ews4800mips/conf/RAMDISK
diff -u src/sys/arch/ews4800mips/conf/RAMDISK:1.31 src/sys/arch/ews4800mips/conf/RAMDISK:1.32
--- src/sys/arch/ews4800mips/conf/RAMDISK:1.31	Sun Jun 14 04:46:27 2020
+++ src/sys/arch/ews4800mips/conf/RAMDISK	Sun Jun 14 04:51:09 2020
@@ -1,4 +1,4 @@
-# 	$NetBSD: RAMDISK,v 1.31 2020/06/14 04:46:27 tsutsui Exp $
+# 	$NetBSD: RAMDISK,v 1.32 2020/06/14 04:51:09 tsutsui Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -35,6 +35,7 @@ no options 	SYSCTL_INCLUDE_DESCR
 no options	DDB
 
 no options	COMPAT_43
+no options	COMPAT_13
 
 no file-system	EXT2FS
 no file-system	LFS
@@ -52,6 +53,7 @@ no file-system	TMPFS
 no options 	QUOTA
 no options 	QUOTA2
 no options 	NFSSERVER
+no options 	UFS_EXTATTR
 
 no options 	NETATALK
 no options 	PPP_FILTER

Reply via email to