Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Fix outdated or misleading comments for MEMORY_DISK...



details:   https://anonhg.NetBSD.org/src/rev/cebca6a2da86
branches:  trunk
changeset: 933041:cebca6a2da86
user:      rin <rin%NetBSD.org@localhost>
date:      Tue May 19 09:26:44 2020 +0000

description:
Fix outdated or misleading comments for MEMORY_DISK_ROOT_SIZE.
No functional changes.

diffstat:

 sys/arch/evbarm/conf/NAPPI_MD     |   4 ++--
 sys/arch/evbarm/conf/ZAO425_MD    |   4 ++--
 sys/arch/evbmips/conf/ADM5120     |   6 +++---
 sys/arch/evbmips/conf/ADM5120-NB  |   6 +++---
 sys/arch/evbmips/conf/ADM5120-USB |  10 +++++-----
 sys/arch/evbmips/conf/RB153       |   8 ++++----
 sys/arch/x68k/conf/INSTALL        |   6 +++---
 7 files changed, 22 insertions(+), 22 deletions(-)

diffs (172 lines):

diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/evbarm/conf/NAPPI_MD
--- a/sys/arch/evbarm/conf/NAPPI_MD     Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/evbarm/conf/NAPPI_MD     Tue May 19 09:26:44 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: NAPPI_MD,v 1.3 2010/11/23 11:13:56 hannken Exp $
+#       $NetBSD: NAPPI_MD,v 1.4 2020/05/19 09:26:44 rin Exp $
 #
 #      NAPPI -- Netwise APlication Platform Board Kernel
 #
@@ -10,7 +10,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options                MEMORY_DISK_HOOKS
 options                MEMORY_DISK_IS_ROOT             # Force root on ram-disk
-options                MEMORY_DISK_ROOT_SIZE=8192      # 2 Megabytes
+options                MEMORY_DISK_ROOT_SIZE=8192      # size of memory disk, in blocks
 options                MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # disk/mass storage pseudo-devices
diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/evbarm/conf/ZAO425_MD
--- a/sys/arch/evbarm/conf/ZAO425_MD    Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/evbarm/conf/ZAO425_MD    Tue May 19 09:26:44 2020 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: ZAO425_MD,v 1.3 2010/11/23 11:13:57 hannken Exp $
+#       $NetBSD: ZAO425_MD,v 1.4 2020/05/19 09:26:44 rin Exp $
 #
 #      ZAO425_MD config file
 #
@@ -8,7 +8,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options                MEMORY_DISK_HOOKS
 options                MEMORY_DISK_IS_ROOT             # Force root on ram-disk
-options                MEMORY_DISK_ROOT_SIZE=8192      # 2 Megabytes
+options                MEMORY_DISK_ROOT_SIZE=8192      # size of memory disk, in blocks
 options                MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # disk/mass storage pseudo-devices
diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120     Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/evbmips/conf/ADM5120     Tue May 19 09:26:44 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ADM5120,v 1.29 2020/01/19 01:25:05 thorpej Exp $
+#      $NetBSD: ADM5120,v 1.30 2020/05/19 09:26:44 rin Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "GENERIC-$Revision: 1.29 $"
+#ident                 "GENERIC-$Revision: 1.30 $"
 
 maxusers       32
 
@@ -36,7 +36,7 @@
 
 #options       MEMORY_DISK_HOOKS
 #options       MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-#options       MEMORY_DISK_ROOT_SIZE=16384     # 2 Megabytes
+#options       MEMORY_DISK_ROOT_SIZE=16384     # size of memory disk, in blocks
 
 # Compatibility options
 include         "conf/compat_netbsd50.config"
diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/evbmips/conf/ADM5120-NB
--- a/sys/arch/evbmips/conf/ADM5120-NB  Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-NB  Tue May 19 09:26:44 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ADM5120-NB,v 1.27 2020/01/19 01:25:05 thorpej Exp $
+#      $NetBSD: ADM5120-NB,v 1.28 2020/05/19 09:26:44 rin Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "GENERIC-$Revision: 1.27 $"
+#ident                 "GENERIC-$Revision: 1.28 $"
 
 maxusers       32
 
@@ -36,7 +36,7 @@
 
 #options       MEMORY_DISK_HOOKS
 #options       MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-#options       MEMORY_DISK_ROOT_SIZE=16384     # 2 Megabytes
+#options       MEMORY_DISK_ROOT_SIZE=16384     # size of memory disk, in blocks
 
 # Compatibility options
 include         "conf/compat_netbsd50.config"
diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/evbmips/conf/ADM5120-USB
--- a/sys/arch/evbmips/conf/ADM5120-USB Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-USB Tue May 19 09:26:44 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ADM5120-USB,v 1.29 2020/01/19 01:25:05 thorpej Exp $
+#      $NetBSD: ADM5120-USB,v 1.30 2020/05/19 09:26:44 rin Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "GENERIC-$Revision: 1.29 $"
+#ident                 "GENERIC-$Revision: 1.30 $"
 
 maxusers       32
 
@@ -33,9 +33,9 @@
 makeoptions    CPUFLAGS="-march=4kc"   # compile full symbol table
 makeoptions    COPY_SYMTAB=1   # size for embedded symbol table
 
-#options               MEMORY_DISK_HOOKS
-#options         MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-#options         MEMORY_DISK_ROOT_SIZE=16384      # 2 Megabytes
+#options       MEMORY_DISK_HOOKS
+#options       MEMORY_DISK_IS_ROOT             # Force root on ram-disk
+#options       MEMORY_DISK_ROOT_SIZE=16384     # size of memory disk, in blocks
 
 # Compatibility options
 #include       "conf/compat_netbsd10.config"
diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/evbmips/conf/RB153
--- a/sys/arch/evbmips/conf/RB153       Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/evbmips/conf/RB153       Tue May 19 09:26:44 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: RB153,v 1.24 2020/01/19 01:25:05 thorpej Exp $
+#      $NetBSD: RB153,v 1.25 2020/05/19 09:26:44 rin Exp $
 #
 # Example kernel config for the RouterBOARD 153.
 
 include        "arch/evbmips/conf/std.adm5120"
 
-#ident                 "RB153-$Revision: 1.24 $"
+#ident                 "RB153-$Revision: 1.25 $"
 
 maxusers       32
 
@@ -35,8 +35,8 @@
 makeoptions    COPY_SYMTAB=1   # size for embedded symbol table
 
 #options       MEMORY_DISK_HOOKS
-#options       MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-#options       MEMORY_DISK_ROOT_SIZE=16384     # 2 Megabytes
+#options       MEMORY_DISK_IS_ROOT             # Force root on ram-disk
+#options       MEMORY_DISK_ROOT_SIZE=16384     # size of memory disk, in blocks
 
 # File systems
 file-system    FFS             # Berkeley Fast Filesystem
diff -r 92cba278e5d7 -r cebca6a2da86 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL        Tue May 19 09:17:45 2020 +0000
+++ b/sys/arch/x68k/conf/INSTALL        Tue May 19 09:26:44 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.118 2019/03/14 16:59:10 thorpej Exp $
+#      $NetBSD: INSTALL,v 1.119 2020/05/19 09:26:44 rin Exp $
 
 #
 #      INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "INSTALL-$Revision: 1.118 $"
+#ident                 "INSTALL-$Revision: 1.119 $"
 
 makeoptions    COPTS="-Os"             # Optimise for space. Implies -O2
 
@@ -18,7 +18,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on memory-disk
 options        MEMORY_DISK_SERVER=0    # No user space hooks
-options        MEMORY_DISK_ROOT_SIZE=3600      # 1.8 Mbytes
+options        MEMORY_DISK_ROOT_SIZE=3600      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 ## System kernel configuration.  See options(4) for more detail.



Home | Main Index | Thread Index | Old Index