Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Enable options DISKLABEL_EI by default as...



details:   https://anonhg.NetBSD.org/src/rev/5ba1a4722c73
branches:  trunk
changeset: 372589:5ba1a4722c73
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Dec 11 04:20:52 2022 +0000

description:
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

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 81d16f32ca0d -r 5ba1a4722c73 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Dec 11 01:36:49 2022 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Dec 11 04:20:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1242 2022/09/29 10:10:07 riastradh Exp $
+# $NetBSD: GENERIC,v 1.1243 2022/12/11 04:20:52 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1242 $"
+#ident         "GENERIC-$Revision: 1.1243 $"
 
 maxusers       64              # estimated number of users
 
@@ -166,7 +166,7 @@
 options        LFS_DIRHASH     # LFS version of UFS_DIRHASH - experimental
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                # immutable) behave as system flags.
-#options       DISKLABEL_EI    # disklabel Endian Independent support
+options        DISKLABEL_EI    # disklabel Endian Independent support
 options        NFSSERVER       # Network File System server
 #options       V7FS_EI         # V7FS Endian Independent support
 



Home | Main Index | Thread Index | Old Index