Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove commented DISKLABEL_EI for strictly little e...
details: https://anonhg.NetBSD.org/src/rev/75a52f383ada
branches: trunk
changeset: 351772:75a52f383ada
user: maya <maya%NetBSD.org@localhost>
date: Sun Feb 26 12:21:14 2017 +0000
description:
Remove commented DISKLABEL_EI for strictly little endian architectures
It will never be useful.
diffstat:
sys/arch/amd64/conf/GENERIC | 5 ++---
sys/arch/amd64/conf/XEN3_DOM0 | 3 +--
sys/arch/amd64/conf/XEN3_DOMU | 3 +--
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, 16 insertions(+), 28 deletions(-)
diffs (240 lines):
diff -r f69af0fb378a -r 75a52f383ada sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.452 2017/02/19 07:46:59 rin Exp $
+# $NetBSD: GENERIC,v 1.453 2017/02/26 12:21:14 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.452 $"
+#ident "GENERIC-$Revision: 1.453 $"
maxusers 64 # estimated number of users
@@ -172,7 +172,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.130 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: XEN3_DOM0,v 1.131 2017/02/26 12:21:14 maya Exp $
include "arch/amd64/conf/std.xen"
@@ -113,7 +113,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.71 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: XEN3_DOMU,v 1.72 2017/02/26 12:21:14 maya Exp $
include "arch/amd64/conf/std.xen"
@@ -105,7 +105,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1150 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: GENERIC,v 1.1151 2017/02/26 12:21:15 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1150 $"
+#ident "GENERIC-$Revision: 1.1151 $"
maxusers 64 # estimated number of users
@@ -187,7 +187,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/GENERIC_PS2TINY
--- a/sys/arch/i386/conf/GENERIC_PS2TINY Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_PS2TINY Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_PS2TINY,v 1.76 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: GENERIC_PS2TINY,v 1.77 2017/02/26 12:21:15 maya 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,
@@ -87,7 +87,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.148 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: GENERIC_TINY,v 1.149 2017/02/26 12:21:15 maya Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@@ -102,7 +102,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/INSTALL_FLOPPY
--- a/sys/arch/i386/conf/INSTALL_FLOPPY Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL_FLOPPY Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_FLOPPY,v 1.36 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: INSTALL_FLOPPY,v 1.37 2017/02/26 12:21:15 maya Exp $
#
# INSTALL - Installation kernel.
#
@@ -125,7 +125,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.149 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: INSTALL_TINY,v 1.150 2017/02/26 12:21:15 maya Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@@ -111,7 +111,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501 Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/NET4501 Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.91 2017/02/19 07:47:01 rin Exp $
+# $NetBSD: NET4501,v 1.92 2017/02/26 12:21:15 maya 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.91 $"
+#ident "NET4501-$Revision: 1.92 $"
maxusers 32 # estimated number of users
@@ -125,7 +125,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.108 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: XEN3_DOM0,v 1.109 2017/02/26 12:21:15 maya Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -136,7 +136,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.74 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: XEN3_DOMU,v 1.75 2017/02/26 12:21:15 maya Exp $
include "arch/xen/conf/std.xen"
@@ -122,7 +122,6 @@
# 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 f69af0fb378a -r 75a52f383ada sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC Sun Feb 26 12:06:40 2017 +0000
+++ b/sys/arch/riscv/conf/GENERIC Sun Feb 26 12:21:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.5 2017/02/26 12:03:14 rin Exp $
+# $NetBSD: GENERIC,v 1.6 2017/02/26 12:21:15 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.5 $"
+#ident "GENERIC-$Revision: 1.6 $"
maxusers 64 # estimated number of users
@@ -94,7 +94,6 @@
# 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