From 304570c1a6ffcdc32d27d344ffed099e68a96675 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 18 Jul 2005 14:36:35 +0000 Subject: COM_CONSOLE & DDB fix --- sys/dev/ic/com.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 9953010a89f..7c598af31e2 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.103 2005/07/17 12:20:50 miod Exp $ */ +/* $OpenBSD: com.c,v 1.104 2005/07/18 14:36:34 deraadt Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -1433,7 +1433,7 @@ comintr(arg) sc->sc_mcr); } } -#ifdef DDB +#if defined(COM_CONSOLE) && defined(DDB) next: #endif lsr = bus_space_read_1(iot, ioh, com_lsr); -- cgit v1.2.3