Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/i386/conf Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/ba7b2755d150
branches:  netbsd-9
changeset: 373474:ba7b2755d150
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 12 11:43:29 2023 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 83e5a6a75e52 -r ba7b2755d150 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Feb 08 16:43:05 2023 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Feb 12 11:43:29 2023 +0000
@@ -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 @@
 
 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 @@
 # 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



Home | Main Index | Thread Index | Old Index