kernel - Add sysctls and tunables for [ALT_]BREAK_TO_DEBUGGER, change
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Sep 2012 09:10:38 +0000 (02:10 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Sep 2012 09:12:32 +0000 (02:12 -0700)
commitf3944ef19492cc7a21584b4edd0d4caf71b3b205
tree50c8efe70c7fbe5b3d04c27c7761f333e11b8b03
parent584fa04b951d15aa43bfe51a4a143a6c9c67ab39
kernel - Add sysctls and tunables for [ALT_]BREAK_TO_DEBUGGER, change
 serial console

* Add kern.break_to_debugger and kern.alt_break_to_debugger sysctls and
  /boot/loader.conf tunables.

* Allows enabling of these features without having to specify the
  related options in the kernel config.

* Do not override current sio settings when checking, inputting, and
  outputing characters via the console functions.  The serial port
  will be set up initially according to the console specs.
sys/dev/serial/sio/sio.c
sys/kern/tty_cons.c
sys/sys/consio.h