Module Name: src
Committed By: christos
Date: Thu Apr 18 16:46:11 UTC 2019
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Yes, we support FFS_EI but not DISKLABEL_EI... How does that make sense?
To generate a diff of this commit:
cvs rdiff -u -r1.522 -r1.523 src/sys/arch/amd64/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.522 src/sys/arch/amd64/conf/GENERIC:1.523
--- src/sys/arch/amd64/conf/GENERIC:1.522 Sat Apr 13 04:41:37 2019
+++ src/sys/arch/amd64/conf/GENERIC Thu Apr 18 12:46:11 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.522 2019/04/13 08:41:37 maxv Exp $
+# $NetBSD: GENERIC,v 1.523 2019/04/18 16:46:11 christos 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.522 $"
+#ident "GENERIC-$Revision: 1.523 $"
maxusers 64 # estimated number of users
@@ -204,7 +204,7 @@ options UFS_EXTATTR # Extended attribut
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# other
-#options DISKLABEL_EI # disklabel Endian Independent support
+options DISKLABEL_EI # disklabel Endian Independent support
options NFSSERVER # Network File System server
# Networking options