summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2009-12-15 21:58:56 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2009-12-15 21:58:56 +0000
commit0b29334aaaa9f82ab2d9da15e7be649a8feae59b (patch)
tree37ee87d5aa5940d5951005ea5fe3c6b034fe09a9 /sys
parent910232fc38fb5aa49546a86bf462a1585c0560ed (diff)
Correct define.
From Simon Perreault <simon dot perreault at viagenie dot ca> via tech@
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