Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/conf Fix comments on root devices.



details:   https://anonhg.NetBSD.org/src/rev/bf5928fb339f
branches:  trunk
changeset: 745627:bf5928fb339f
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Mar 08 06:32:41 2020 +0000

description:
Fix comments on root devices.

diffstat:

 sys/arch/sun2/conf/GENERIC |  6 +++---
 sys/arch/sun2/conf/NFS     |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r d6ac7cef5ce8 -r bf5928fb339f sys/arch/sun2/conf/GENERIC
--- a/sys/arch/sun2/conf/GENERIC        Sun Mar 08 06:30:06 2020 +0000
+++ b/sys/arch/sun2/conf/GENERIC        Sun Mar 08 06:32:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.104 2020/03/08 06:25:10 rin Exp $
+# $NetBSD: GENERIC,v 1.105 2020/03/08 06:32:41 rin Exp $
 #
 # GENERIC machine description file
 # 
@@ -19,7 +19,7 @@
 # device.
 
 # Supports Sun2 (2/120, 2/170, 2/50, ...)
-# Supports root on: ie0, sd*, ...
+# Supports root on: sd*, ... (FFS)
 
 include        "arch/sun2/conf/std.sun2"
 
@@ -29,7 +29,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.104 $"
+#ident                 "GENERIC-$Revision: 1.105 $"
 
 makeoptions    COPTS="-Os -fno-inline-small-functions"
                                        # bootloader has size limit (~2MB)
diff -r d6ac7cef5ce8 -r bf5928fb339f sys/arch/sun2/conf/NFS
--- a/sys/arch/sun2/conf/NFS    Sun Mar 08 06:30:06 2020 +0000
+++ b/sys/arch/sun2/conf/NFS    Sun Mar 08 06:32:41 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: NFS,v 1.1 2020/03/08 06:23:18 rin Exp $
+# $NetBSD: NFS,v 1.2 2020/03/08 06:32:41 rin Exp $
 #
 # GENERIC machine description file for NFS root instead of FFS
 
 # Supports Sun2 (2/120, 2/170, 2/50, ...)
-# Supports root on: ie0, sd*, ...
+# Supports root on: ie0, ... (NFS)
 
 include        "arch/sun2/conf/GENERIC"
 no file-system FFS



Home | Main Index | Thread Index | Old Index