Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Revive commented out DISKLABEL_EI option to kernel ...
details: https://anonhg.NetBSD.org/src/rev/5b4a0f15ee0a
branches: trunk
changeset: 357319:5b4a0f15ee0a
user: rin <rin%NetBSD.org@localhost>
date: Mon Nov 06 02:57:18 2017 +0000
description:
Revive commented out DISKLABEL_EI option to kernel configuration files
that contain FFS_EI option.
diffstat:
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/amd64/conf/XEN3_DOM0 | 5 +++--
sys/arch/amd64/conf/XEN3_DOMU | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
sys/arch/i386/conf/GENERIC_PS2TINY | 3 ++-
sys/arch/i386/conf/GENERIC_TINY | 3 ++-
sys/arch/i386/conf/INSTALL_FLOPPY | 3 ++-
sys/arch/i386/conf/INSTALL_TINY | 3 ++-
sys/arch/i386/conf/NET4501 | 5 +++--
sys/arch/i386/conf/XEN3_DOM0 | 3 ++-
sys/arch/i386/conf/XEN3_DOMU | 3 ++-
sys/arch/riscv/conf/GENERIC | 5 +++--
12 files changed, 30 insertions(+), 18 deletions(-)
diffs (258 lines):
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.467 2017/10/19 23:59:56 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.468 2017/11/06 02:57:18 rin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.467 $"
+#ident "GENERIC-$Revision: 1.468 $"
maxusers 64 # estimated number of users
@@ -164,6 +164,7 @@
# File system options
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 WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.140 2017/09/30 09:03:38 pgoyette Exp $
+# $NetBSD: XEN3_DOM0,v 1.141 2017/11/06 02:57:18 rin Exp $
include "arch/amd64/conf/std.xen"
@@ -10,7 +10,7 @@
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOM0-$Revision: 1.140 $"
+#ident "XEN3_DOM0-$Revision: 1.141 $"
maxusers 32 # estimated number of users
@@ -106,6 +106,7 @@
# File system options
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 WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.79 2017/09/30 09:03:38 pgoyette Exp $
+# $NetBSD: XEN3_DOMU,v 1.80 2017/11/06 02:57:18 rin Exp $
include "arch/amd64/conf/std.xen"
@@ -10,7 +10,7 @@
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOMU-$Revision: 1.79 $"
+#ident "XEN3_DOMU-$Revision: 1.80 $"
maxusers 32 # estimated number of users
@@ -98,6 +98,7 @@
# File system options
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 WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1169 2017/10/23 08:08:53 skrll Exp $
+# $NetBSD: GENERIC,v 1.1170 2017/11/06 02:57:18 rin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1169 $"
+#ident "GENERIC-$Revision: 1.1170 $"
maxusers 64 # estimated number of users
@@ -167,6 +167,7 @@
# File system options
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 WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/GENERIC_PS2TINY
--- a/sys/arch/i386/conf/GENERIC_PS2TINY Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_PS2TINY Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_PS2TINY,v 1.78 2017/08/12 06:46:13 maxv Exp $
+# $NetBSD: GENERIC_PS2TINY,v 1.79 2017/11/06 02:57:18 rin Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@@ -86,6 +86,7 @@
# File system options
options QUOTA # UFS quotas
+#options DISKLABEL_EI # disklabel Endian Independent support
#options FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
options FFS_NO_SNAPSHOT # No FFS snapshot support
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.156 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: GENERIC_TINY,v 1.157 2017/11/06 02:57:18 rin Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@@ -82,6 +82,7 @@
# File system options
#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 NFSSERVER # Network File System server
options FFS_NO_SNAPSHOT # No FF snapshot support
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/INSTALL_FLOPPY
--- a/sys/arch/i386/conf/INSTALL_FLOPPY Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL_FLOPPY Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_FLOPPY,v 1.42 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: INSTALL_FLOPPY,v 1.43 2017/11/06 02:57:18 rin Exp $
#
# INSTALL - Installation kernel.
#
@@ -107,6 +107,7 @@
# Filesystem options
#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 NFSSERVER # Network File System server
options NFS_V2_ONLY # Exclude NFS3 code to save space
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.155 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: INSTALL_TINY,v 1.156 2017/11/06 02:57:18 rin Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@@ -93,6 +93,7 @@
# Filesystem options
#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 NFSSERVER # Network File System server
options NFS_V2_ONLY # Exclude NFS3 code to save space
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501 Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/NET4501 Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.99 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: NET4501,v 1.100 2017/11/06 02:57:18 rin Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@@ -10,7 +10,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "NET4501-$Revision: 1.99 $"
+#ident "NET4501-$Revision: 1.100 $"
maxusers 32 # estimated number of users
@@ -106,6 +106,7 @@
# File system options
#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 FFS_NO_SNAPSHOT # No FFS snapshot support
#options NFSSERVER # Network File System server
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.122 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: XEN3_DOM0,v 1.123 2017/11/06 02:57:18 rin Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -117,6 +117,7 @@
# File system options
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 WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.86 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: XEN3_DOMU,v 1.87 2017/11/06 02:57:18 rin Exp $
include "arch/xen/conf/std.xen"
@@ -103,6 +103,7 @@
# File system options
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 WAPBL # File system journaling support
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
diff -r a2f92bac16ae -r 5b4a0f15ee0a sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC Sun Nov 05 22:52:12 2017 +0000
+++ b/sys/arch/riscv/conf/GENERIC Mon Nov 06 02:57:18 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.7 2017/09/14 07:58:43 mrg Exp $
+# $NetBSD: GENERIC,v 1.8 2017/11/06 02:57:18 rin Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 64 # estimated number of users
@@ -92,6 +92,7 @@
# File system options
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 WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
Home |
Main Index |
Thread Index |
Old Index