diff options
author | rwatson <rwatson@FreeBSD.org> | 2011-08-27 14:24:27 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2011-08-27 14:24:27 +0000 |
commit | 55dd870b96d9c6061c2eff00ceaddd2a509b4919 (patch) | |
tree | 49e850acfe39af24efb3586c06c15ff6b9183c36 /sys/dev/uart | |
parent | 75529036c4053c147bc25c97cdce45422f260647 (diff) | |
download | FreeBSD-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/uart')
-rw-r--r-- | sys/dev/uart/uart_core.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 5bd582b..9260d06 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -27,10 +27,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#ifndef KLD_MODULE -#include "opt_comconsole.h" -#endif - #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> |