summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/com_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/com_isa.c b/sys/dev/isa/com_isa.c
index f1adf2e7790..5752e360b54 100644
--- a/sys/dev/isa/com_isa.c
+++ b/sys/dev/isa/com_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com_isa.c,v 1.4 2005/10/24 14:22:34 fgsch Exp $ */
+/* $OpenBSD: com_isa.c,v 1.5 2009/12/15 21:58:55 fgsch Exp $ */
/*
* Copyright (c) 1997 - 1999, Jason Downs. All rights reserved.
*
@@ -129,7 +129,7 @@ com_isa_attach(struct device *parent, struct device *self, void *aux)
iobase = ia->ia_iobase;
iot = ia->ia_iot;
-#ifdef KGBD
+#ifdef KGDB
if ((iobase != comconsaddr) &&
(iobase != com_kgdb_addr)) {
#else