Module Name:    src
Committed By:   martin
Date:           Sun Feb 12 11:43:29 UTC 2023

Modified Files:
        src/sys/arch/i386/conf [netbsd-9]: GENERIC

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1589):

        sys/arch/i386/conf/GENERIC: revision 1.1243

Enable options DISKLABEL_EI by default as amd64.

No particular comment no port-i386@:
https://mail-index.netbsd.org/port-i386/2022/12/02/msg004063.html


To generate a diff of this commit:
cvs rdiff -u -r1.1208.2.5 -r1.1208.2.6 src/sys/arch/i386/conf/GENERIC

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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1208.2.5 src/sys/arch/i386/conf/GENERIC:1.1208.2.6
--- src/sys/arch/i386/conf/GENERIC:1.1208.2.5	Tue Jul  7 10:29:06 2020
+++ src/sys/arch/i386/conf/GENERIC	Sun Feb 12 11:43:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1208.2.5 2020/07/07 10:29:06 martin Exp $
+# $NetBSD: GENERIC,v 1.1208.2.6 2023/02/12 11:43:29 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1208.2.5 $"
+#ident		"GENERIC-$Revision: 1.1208.2.6 $"
 
 maxusers	64		# estimated number of users
 
@@ -153,7 +153,7 @@ include "conf/filesystems.config"
 # File system options
 options 	QUOTA		# legacy UFS quotas
 options 	QUOTA2		# new, in-filesystem UFS quotas
-#options 	DISKLABEL_EI	# disklabel Endian Independent support
+options 	DISKLABEL_EI	# disklabel Endian Independent support
 options 	FFS_EI		# FFS Endian Independent support
 options 	WAPBL		# File system journaling support
 #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental

Reply via email to