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 remove commented out MEMORY_DISK_* entries



details:   https://anonhg.NetBSD.org/src/rev/b6e0d9be901d
branches:  trunk
changeset: 942740:b6e0d9be901d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 20:43:13 2020 +0000

description:
remove commented out MEMORY_DISK_* entries

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 238f07deb094 -r b6e0d9be901d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Aug 17 19:41:32 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Aug 17 20:43:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.576 2020/08/17 19:41:32 christos Exp $
+# $NetBSD: GENERIC,v 1.577 2020/08/17 20:43:13 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.576 $"
+#ident         "GENERIC-$Revision: 1.577 $"
 
 maxusers       64              # estimated number of users
 
@@ -1143,9 +1143,7 @@
 
 pseudo-device  md                      # memory disk device (ramdisk)
 options                MEMORY_DISK_HOOKS       # enable md specific hooks
-#options       MEMORY_DISK_IS_ROOT     # enable root ramdisk
 options        MEMORY_DISK_DYNAMIC     # enable dynamic resizing
-#options       MEMORY_DISK_SERVER      # enable userland server hooks
 
 pseudo-device  vnd                     # disk-like interface to files
 options        VND_COMPRESSION         # compressed vnd(4)



Home | Main Index | Thread Index | Old Index