Module Name: src
Committed By: maya
Date: Sun Feb 26 12:21:15 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU
src/sys/arch/i386/conf: GENERIC GENERIC_PS2TINY GENERIC_TINY
INSTALL_FLOPPY INSTALL_TINY NET4501 XEN3_DOM0 XEN3_DOMU
src/sys/arch/riscv/conf: GENERIC
Log Message:
Remove commented DISKLABEL_EI for strictly little endian architectures
It will never be useful.
To generate a diff of this commit:
cvs rdiff -u -r1.452 -r1.453 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.1150 -r1.1151 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/i386/conf/GENERIC_PS2TINY
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/i386/conf/INSTALL_FLOPPY
cvs rdiff -u -r1.149 -r1.150 src/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/i386/conf/NET4501
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/i386/conf/XEN3_DOMU
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.452 src/sys/arch/amd64/conf/GENERIC:1.453
--- src/sys/arch/amd64/conf/GENERIC:1.452 Sun Feb 19 07:46:59 2017
+++ src/sys/arch/amd64/conf/GENERIC Sun Feb 26 12:21:14 2017
@@ -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 @@ include "arch/amd64/conf/std.amd64"
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 PTYFS # /dev/ptm support
# 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.
Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.130 src/sys/arch/amd64/conf/XEN3_DOM0:1.131
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.130 Sun Feb 26 12:03:14 2017
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Sun Feb 26 12:21:14 2017
@@ -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 TMPFS # Efficient memory fi
# 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
Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.71 src/sys/arch/amd64/conf/XEN3_DOMU:1.72
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.71 Sun Feb 26 12:03:14 2017
+++ src/sys/arch/amd64/conf/XEN3_DOMU Sun Feb 26 12:21:14 2017
@@ -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 TMPFS # Efficient memory fi
# 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
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1150 src/sys/arch/i386/conf/GENERIC:1.1151
--- src/sys/arch/i386/conf/GENERIC:1.1150 Sun Feb 26 12:03:14 2017
+++ src/sys/arch/i386/conf/GENERIC Sun Feb 26 12:21:15 2017
@@ -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 @@ include "arch/i386/conf/std.i386"
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 TMPFS # Efficient memory fi
# 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
Index: src/sys/arch/i386/conf/GENERIC_PS2TINY
diff -u src/sys/arch/i386/conf/GENERIC_PS2TINY:1.76 src/sys/arch/i386/conf/GENERIC_PS2TINY:1.77
--- src/sys/arch/i386/conf/GENERIC_PS2TINY:1.76 Sun Feb 19 07:47:01 2017
+++ src/sys/arch/i386/conf/GENERIC_PS2TINY Sun Feb 26 12:21:15 2017
@@ -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 KERNFS # /kern
# 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
Index: src/sys/arch/i386/conf/GENERIC_TINY
diff -u src/sys/arch/i386/conf/GENERIC_TINY:1.148 src/sys/arch/i386/conf/GENERIC_TINY:1.149
--- src/sys/arch/i386/conf/GENERIC_TINY:1.148 Sun Feb 19 07:47:01 2017
+++ src/sys/arch/i386/conf/GENERIC_TINY Sun Feb 26 12:21:15 2017
@@ -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 KERNFS # /kern
# 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
Index: src/sys/arch/i386/conf/INSTALL_FLOPPY
diff -u src/sys/arch/i386/conf/INSTALL_FLOPPY:1.36 src/sys/arch/i386/conf/INSTALL_FLOPPY:1.37
--- src/sys/arch/i386/conf/INSTALL_FLOPPY:1.36 Sun Feb 19 07:47:01 2017
+++ src/sys/arch/i386/conf/INSTALL_FLOPPY Sun Feb 26 12:21:15 2017
@@ -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 @@ file-system TMPFS # Efficient memory fi
# 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
Index: src/sys/arch/i386/conf/INSTALL_TINY
diff -u src/sys/arch/i386/conf/INSTALL_TINY:1.149 src/sys/arch/i386/conf/INSTALL_TINY:1.150
--- src/sys/arch/i386/conf/INSTALL_TINY:1.149 Sun Feb 19 07:47:01 2017
+++ src/sys/arch/i386/conf/INSTALL_TINY Sun Feb 26 12:21:15 2017
@@ -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 @@ file-system MSDOSFS # MS-DOS file syste
# 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
Index: src/sys/arch/i386/conf/NET4501
diff -u src/sys/arch/i386/conf/NET4501:1.91 src/sys/arch/i386/conf/NET4501:1.92
--- src/sys/arch/i386/conf/NET4501:1.91 Sun Feb 19 07:47:01 2017
+++ src/sys/arch/i386/conf/NET4501 Sun Feb 26 12:21:15 2017
@@ -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 @@ include "arch/i386/conf/std.i386"
#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 PTYFS # /dev/pts/N support
# 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
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.108 src/sys/arch/i386/conf/XEN3_DOM0:1.109
--- src/sys/arch/i386/conf/XEN3_DOM0:1.108 Sun Feb 26 12:03:14 2017
+++ src/sys/arch/i386/conf/XEN3_DOM0 Sun Feb 26 12:21:15 2017
@@ -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 TMPFS # Efficient memory fi
# 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
Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.74 src/sys/arch/i386/conf/XEN3_DOMU:1.75
--- src/sys/arch/i386/conf/XEN3_DOMU:1.74 Sun Feb 26 12:03:14 2017
+++ src/sys/arch/i386/conf/XEN3_DOMU Sun Feb 26 12:21:15 2017
@@ -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 NILFS # experimental - NTT'
# 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
Index: src/sys/arch/riscv/conf/GENERIC
diff -u src/sys/arch/riscv/conf/GENERIC:1.5 src/sys/arch/riscv/conf/GENERIC:1.6
--- src/sys/arch/riscv/conf/GENERIC:1.5 Sun Feb 26 12:03:14 2017
+++ src/sys/arch/riscv/conf/GENERIC Sun Feb 26 12:21:15 2017
@@ -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 @@ include "arch/riscv/conf/std.riscv64"
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 @@ 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 FFS_EI # FFS Endian Independent support
options WAPBL # File system journaling support
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.