Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Yes, we support FFS_EI but not DISKLABEL...
details: https://anonhg.NetBSD.org/src/rev/cc4ad3531b58
branches: trunk
changeset: 840813:cc4ad3531b58
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 18 16:46:11 2019 +0000
description:
Yes, we support FFS_EI but not DISKLABEL_EI... How does that make sense?
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4c26240c85f4 -r cc4ad3531b58 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Thu Apr 18 16:44:25 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC Thu Apr 18 16:46:11 2019 +0000
@@ -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 @@
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 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
Home |
Main Index |
Thread Index |
Old Index