From f26594f08b5d8032af152ed7ea5d11e42b93bb60 Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 28 May 1999 09:37:11 +0000 Subject: Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used for gdb. This allows the sio probe for that port to be disabled which stops it from confusing the debugger. --- sys/dev/sio/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sio/sio.c') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 8e32971..3e7a75d 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sio.c,v 1.241 1999/05/10 14:01:29 dfr Exp $ + * $Id: sio.c,v 1.242 1999/05/22 15:47:34 dfr Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ @@ -2837,7 +2837,7 @@ siocnprobe(cp) siocniobase = iobase; siocnunit = unit; } - if (COM_DEBUGGER(flags) && !COM_LLCONSOLE(flags)) { + if (COM_DEBUGGER(flags)) { printf("sio%d: gdb debugging port\n", unit); siogdbiobase = iobase; siogdbunit = unit; -- cgit v1.1