Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove "options DEBUG_BY_TOOLS", it doesn't exist.



details:   https://anonhg.NetBSD.org/src/rev/06bfea4f5dbc
branches:  trunk
changeset: 324062:06bfea4f5dbc
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 14 14:56:02 2018 +0000

description:
Remove "options DEBUG_BY_TOOLS", it doesn't exist.

diffstat:

 sys/arch/bebox/conf/INSTALL       |  3 +--
 sys/arch/sandpoint/conf/ENCPP1    |  5 ++---
 sys/arch/sandpoint/conf/SANDPOINT |  5 ++---
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs (65 lines):

diff -r 1f34e69aca97 -r 06bfea4f5dbc sys/arch/bebox/conf/INSTALL
--- a/sys/arch/bebox/conf/INSTALL       Sat Jul 14 14:46:41 2018 +0000
+++ b/sys/arch/bebox/conf/INSTALL       Sat Jul 14 14:56:02 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.62 2017/09/14 07:58:39 mrg Exp $
+#      $NetBSD: INSTALL,v 1.63 2018/07/14 14:56:02 maxv Exp $
 #
 # First try for BeBox config file
 #
@@ -19,7 +19,6 @@
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 #options       IPKDBUSERHACK   # Allow access to mapped memory via kgdb
-#options       DEBUG_BY_TOOLS  # Allow debugging from toolsnet
 # HMAC key to be used for debugging sessions
 #options       IPKDBKEY="\"HMAC pass phrase text\""
 #options       IPKDBSECURE     # Allow debugging even when securelevel > 0
diff -r 1f34e69aca97 -r 06bfea4f5dbc sys/arch/sandpoint/conf/ENCPP1
--- a/sys/arch/sandpoint/conf/ENCPP1    Sat Jul 14 14:46:41 2018 +0000
+++ b/sys/arch/sandpoint/conf/ENCPP1    Sat Jul 14 14:56:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENCPP1,v 1.18 2017/09/14 07:58:43 mrg Exp $
+# $NetBSD: ENCPP1,v 1.19 2018/07/14 14:56:02 maxv Exp $
 #
 # Ampro EnCorePP1 machine description file
 # 
@@ -23,12 +23,11 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ENCPP1-$Revision: 1.18 $"
+#ident                 "ENCPP1-$Revision: 1.19 $"
 
 maxusers       32
 
 #options       IPKDBUSERHACK   # Allow access to mapped memory via kgdb
-#options       DEBUG_BY_TOOLS  # Allow debugging from toolsnet
 # HMAC key to be used for debugging sessions
 #options       IPKDBKEY="\"HMAC pass phrase text\""
 #options       IPKDBSECURE     # Allow debugging even when securelevel > 0
diff -r 1f34e69aca97 -r 06bfea4f5dbc sys/arch/sandpoint/conf/SANDPOINT
--- a/sys/arch/sandpoint/conf/SANDPOINT Sat Jul 14 14:46:41 2018 +0000
+++ b/sys/arch/sandpoint/conf/SANDPOINT Sat Jul 14 14:56:02 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SANDPOINT,v 1.14 2017/09/14 07:58:43 mrg Exp $
+# $NetBSD: SANDPOINT,v 1.15 2018/07/14 14:56:02 maxv Exp $
 #
 # Sandpoint X3/X2 machine description file
 # 
@@ -23,14 +23,13 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "SANDPOINT-$Revision: 1.14 $"
+#ident                 "SANDPOINT-$Revision: 1.15 $"
 
 maxusers       32
 
 options        ALTIVEC         # Include AltiVec support
 
 #options       IPKDBUSERHACK   # Allow access to mapped memory via kgdb
-#options       DEBUG_BY_TOOLS  # Allow debugging from toolsnet
 # HMAC key to be used for debugging sessions
 #options       IPKDBKEY="\"HMAC pass phrase text\""
 #options       IPKDBSECURE     # Allow debugging even when securelevel > 0



Home | Main Index | Thread Index | Old Index