Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf INSTALL_*: correct a path in a comment



details:   https://anonhg.NetBSD.org/src/rev/458f568a7fba
branches:  trunk
changeset: 376300:458f568a7fba
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Fri Jun 09 21:33:16 2023 +0000

description:
INSTALL_*: correct a path in a comment

diffstat:

 sys/arch/evbmips/conf/INSTALL_CI20      |  6 +++---
 sys/arch/evbmips/conf/INSTALL_CPMBR1400 |  6 +++---
 sys/arch/evbmips/conf/INSTALL_LOONGSON  |  6 +++---
 sys/arch/evbmips/conf/INSTALL_MALTA     |  6 +++---
 sys/arch/evbmips/conf/INSTALL_MALTA32   |  6 +++---
 sys/arch/evbmips/conf/INSTALL_MALTA64   |  6 +++---
 sys/arch/evbmips/conf/INSTALL_OCTEON    |  6 +++---
 sys/arch/evbmips/conf/INSTALL_OMSAL400  |  6 +++---
 sys/arch/evbmips/conf/INSTALL_XLSATX32  |  6 +++---
 sys/arch/evbmips/conf/INSTALL_XLSATX64  |  6 +++---
 sys/arch/evbmips/conf/INSTALL_ZYXELKX   |  6 +++---
 11 files changed, 33 insertions(+), 33 deletions(-)

diffs (209 lines):

diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_CI20
--- a/sys/arch/evbmips/conf/INSTALL_CI20        Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_CI20        Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_CI20,v 1.1 2015/04/06 14:18:09 joerg Exp $
+# $NetBSD: INSTALL_CI20,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/CI20"
 
-#ident                 "INSTALL_CI20-$Revision: 1.1 $"
+#ident                 "INSTALL_CI20-$Revision: 1.2 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_CPMBR1400
--- a/sys/arch/evbmips/conf/INSTALL_CPMBR1400   Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_CPMBR1400   Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_CPMBR1400,v 1.2 2011/07/28 15:50:13 matt Exp $
+# $NetBSD: INSTALL_CPMBR1400,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/CPMBR1400"
 
-#ident                 "INSTALL_MALTA-$Revision: 1.2 $"
+#ident                 "INSTALL_MALTA-$Revision: 1.3 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_LOONGSON
--- a/sys/arch/evbmips/conf/INSTALL_LOONGSON    Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_LOONGSON    Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_LOONGSON,v 1.1 2011/08/29 18:32:18 bouyer Exp $
+# $NetBSD: INSTALL_LOONGSON,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/LOONGSON"
 
-#ident         "INSTALL_LOONGSON-$Revision: 1.1 $"           
+#ident         "INSTALL_LOONGSON-$Revision: 1.2 $"           
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_MALTA
--- a/sys/arch/evbmips/conf/INSTALL_MALTA       Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_MALTA       Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_MALTA,v 1.2 2009/12/14 00:46:01 matt Exp $
+# $NetBSD: INSTALL_MALTA,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/MALTA"
 
-#ident                 "INSTALL_MALTA-$Revision: 1.2 $"
+#ident                 "INSTALL_MALTA-$Revision: 1.3 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_MALTA32
--- a/sys/arch/evbmips/conf/INSTALL_MALTA32     Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_MALTA32     Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_MALTA32,v 1.3 2016/07/11 03:45:59 matt Exp $
+# $NetBSD: INSTALL_MALTA32,v 1.4 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/MALTA32"
 
-#ident                 "INSTALL_MALTA32-$Revision: 1.3 $"
+#ident                 "INSTALL_MALTA32-$Revision: 1.4 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_MALTA64
--- a/sys/arch/evbmips/conf/INSTALL_MALTA64     Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_MALTA64     Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_MALTA64,v 1.2 2009/12/14 00:46:01 matt Exp $
+# $NetBSD: INSTALL_MALTA64,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/MALTA64"
 
-#ident                 "INSTALL_MALTA64-$Revision: 1.2 $"
+#ident                 "INSTALL_MALTA64-$Revision: 1.3 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_OCTEON
--- a/sys/arch/evbmips/conf/INSTALL_OCTEON      Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_OCTEON      Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_OCTEON,v 1.2 2020/07/17 14:58:17 jmcneill Exp $
+# $NetBSD: INSTALL_OCTEON,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/OCTEON"
 
-#ident                 "INSTALL_OCTEON-$Revision: 1.2 $"
+#ident                 "INSTALL_OCTEON-$Revision: 1.3 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_OMSAL400
--- a/sys/arch/evbmips/conf/INSTALL_OMSAL400    Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_OMSAL400    Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_OMSAL400,v 1.2 2009/02/06 18:50:27 jym Exp $
+# $NetBSD: INSTALL_OMSAL400,v 1.3 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/OMSAL400"
 
-#ident                 "INSTALL_OMSAL400-$Revision: 1.2 $"
+#ident                 "INSTALL_OMSAL400-$Revision: 1.3 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_XLSATX32
--- a/sys/arch/evbmips/conf/INSTALL_XLSATX32    Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_XLSATX32    Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_XLSATX32,v 1.3 2015/05/17 19:36:52 matt Exp $
+# $NetBSD: INSTALL_XLSATX32,v 1.4 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/XLSATX32"
 
-#ident         "INSTALL_XLSATX32-$Revision: 1.3 $"           
+#ident         "INSTALL_XLSATX32-$Revision: 1.4 $"           
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_XLSATX64
--- a/sys/arch/evbmips/conf/INSTALL_XLSATX64    Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_XLSATX64    Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_XLSATX64,v 1.3 2015/05/17 19:36:52 matt Exp $
+# $NetBSD: INSTALL_XLSATX64,v 1.4 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/XLSATX64"
 
-#ident         "INSTALL_XLSATX64-$Revision: 1.3 $"           
+#ident         "INSTALL_XLSATX64-$Revision: 1.4 $"           
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
diff -r 5c00b5ed8eba -r 458f568a7fba sys/arch/evbmips/conf/INSTALL_ZYXELKX
--- a/sys/arch/evbmips/conf/INSTALL_ZYXELKX     Fri Jun 09 20:27:28 2023 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_ZYXELKX     Fri Jun 09 21:33:16 2023 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: INSTALL_ZYXELKX,v 1.1 2014/04/30 01:01:04 matt Exp $
+# $NetBSD: INSTALL_ZYXELKX,v 1.2 2023/06/09 21:33:16 gutteridge Exp $
 
 include                "arch/evbmips/conf/ZYXELKX"
 
-#ident                 "INSTALL_ZYXELKX-$Revision: 1.1 $"
+#ident                 "INSTALL_ZYXELKX-$Revision: 1.2 $"
 
 # Enable the hooks used for initializing the root memory-disk.
 #     The ramdisk size must be kept in sync manually with the size of
-#     the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk).
+#     the `ramdisk' image (which is built in distrib/evbmips/instkernel/ramdisk).
 pseudo-device  md                              # memory disk device
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk



Home | Main Index | Thread Index | Old Index