summaryrefslogtreecommitdiffstats
path: root/sys/dev/dcons
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-08-27 14:24:27 +0000
committerrwatson <rwatson@FreeBSD.org>2011-08-27 14:24:27 +0000
commit55dd870b96d9c6061c2eff00ceaddd2a509b4919 (patch)
tree49e850acfe39af24efb3586c06c15ff6b9183c36 /sys/dev/dcons
parent75529036c4053c147bc25c97cdce45422f260647 (diff)
downloadFreeBSD-src-55dd870b96d9c6061c2eff00ceaddd2a509b4919.zip
FreeBSD-src-55dd870b96d9c6061c2eff00ceaddd2a509b4919.tar.gz
Follow up to r225203 refining break-to-debugger run-time configuration
improvements: (1) Implement new model in previously missed at91 UART driver (2) Move BREAK_TO_DEBUGGER and ALT_BREAK_TO_DEBUGGER from opt_comconsole.h to opt_kdb.h (spotted by np) (3) Garbage collect now-unused opt_comconsole.h MFC after: 3 weeks Approved by: re (bz)
Diffstat (limited to 'sys/dev/dcons')
-rw-r--r--sys/dev/dcons/dcons_os.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c
index 53ac612..b7de414 100644
--- a/sys/dev/dcons/dcons_os.c
+++ b/sys/dev/dcons/dcons_os.c
@@ -64,7 +64,6 @@
#include <vm/vm_param.h>
#include <vm/pmap.h>
-#include "opt_comconsole.h"
#include "opt_dcons.h"
#include "opt_kdb.h"
#include "opt_gdb.h"
OpenPOWER on IntegriCloud