Author: ian
Date: Sun Aug 23 20:50:22 2015
New Revision: 287082
URL: https://svnweb.freebsd.org/changeset/base/287082

Log:
  MFC r283547:
  
    Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and not
    BREAK_TO_DEBUGGER if they have a serial console (most do).  A burst of
    serial line noise (such as unplugging a usb serial adapter) can look like
    a break and drop a working system into the debugger.  The alt break sequence
    (<CR>~^B) works fine on both serial and non-serial consoles.

Modified:
  stable/10/sys/arm/conf/BEAGLEBONE
  stable/10/sys/arm/conf/CUBIEBOARD
  stable/10/sys/arm/conf/CUBIEBOARD2
  stable/10/sys/arm/conf/DOCKSTAR
  stable/10/sys/arm/conf/DREAMPLUG-1001
  stable/10/sys/arm/conf/EFIKA_MX
  stable/10/sys/arm/conf/EXYNOS5.common
  stable/10/sys/arm/conf/PANDABOARD
  stable/10/sys/arm/conf/RPI-B
  stable/10/sys/arm/conf/VYBRID
  stable/10/sys/arm/conf/ZEDBOARD
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/conf/BEAGLEBONE
==============================================================================
--- stable/10/sys/arm/conf/BEAGLEBONE   Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/BEAGLEBONE   Sun Aug 23 20:50:22 2015        
(r287082)
@@ -64,7 +64,7 @@ options       VFP                     # Enable floating point 
h
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/CUBIEBOARD
==============================================================================
--- stable/10/sys/arm/conf/CUBIEBOARD   Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/CUBIEBOARD   Sun Aug 23 20:50:22 2015        
(r287082)
@@ -59,7 +59,7 @@ options       VFP                     # Enable floating point 
h
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/CUBIEBOARD2
==============================================================================
--- stable/10/sys/arm/conf/CUBIEBOARD2  Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/CUBIEBOARD2  Sun Aug 23 20:50:22 2015        
(r287082)
@@ -60,7 +60,7 @@ options       SMP                     # Enable multiple cores
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/DOCKSTAR
==============================================================================
--- stable/10/sys/arm/conf/DOCKSTAR     Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/DOCKSTAR     Sun Aug 23 20:50:22 2015        
(r287082)
@@ -140,7 +140,6 @@ options     ALTQ_NOPCC              # Required if the T
 
 # Debugging
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
 options        ALT_BREAK_TO_DEBUGGER
 options        DDB
 options        KDB

Modified: stable/10/sys/arm/conf/DREAMPLUG-1001
==============================================================================
--- stable/10/sys/arm/conf/DREAMPLUG-1001       Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/DREAMPLUG-1001       Sun Aug 23 20:50:22 2015        
(r287082)
@@ -148,7 +148,6 @@ options     ALTQ_NOPCC              # Required if the T
 
 # Debugging
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
 options        ALT_BREAK_TO_DEBUGGER
 options        DDB
 options        KDB

Modified: stable/10/sys/arm/conf/EFIKA_MX
==============================================================================
--- stable/10/sys/arm/conf/EFIKA_MX     Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/EFIKA_MX     Sun Aug 23 20:50:22 2015        
(r287082)
@@ -64,7 +64,7 @@ options       VFP                     # Enable floating point 
h
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/EXYNOS5.common
==============================================================================
--- stable/10/sys/arm/conf/EXYNOS5.common       Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/EXYNOS5.common       Sun Aug 23 20:50:22 2015        
(r287082)
@@ -57,7 +57,7 @@ options       SMP                     # Enable multiple cores
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/PANDABOARD
==============================================================================
--- stable/10/sys/arm/conf/PANDABOARD   Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/PANDABOARD   Sun Aug 23 20:50:22 2015        
(r287082)
@@ -67,7 +67,7 @@ options       SMP                     # Enable multiple cores
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/RPI-B
==============================================================================
--- stable/10/sys/arm/conf/RPI-B        Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/RPI-B        Sun Aug 23 20:50:22 2015        
(r287082)
@@ -59,7 +59,6 @@ options       VFP                     # Enable floating point 
h
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
 options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support

Modified: stable/10/sys/arm/conf/VYBRID
==============================================================================
--- stable/10/sys/arm/conf/VYBRID       Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/VYBRID       Sun Aug 23 20:50:22 2015        
(r287082)
@@ -61,7 +61,7 @@ options       VFP                     # Enable floating point 
h
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-options        BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 #options       VERBOSE_SYSINIT         # Enable verbose sysinit messages
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:

Modified: stable/10/sys/arm/conf/ZEDBOARD
==============================================================================
--- stable/10/sys/arm/conf/ZEDBOARD     Sun Aug 23 20:44:53 2015        
(r287081)
+++ stable/10/sys/arm/conf/ZEDBOARD     Sun Aug 23 20:50:22 2015        
(r287082)
@@ -59,7 +59,7 @@ options       SMP                     # Enable multiple cores
 
 # Debugging for use in -current
 makeoptions    DEBUG=-g                # Build kernel with gdb(1) debug symbols
-#options       BREAK_TO_DEBUGGER
+options        ALT_BREAK_TO_DEBUGGER
 options        KDB                     # Enable kernel debugger support
 # For minimum debugger support (stable branch) use:
 #options       KDB_TRACE               # Print a stack trace for a panic
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to