From 0b29334aaaa9f82ab2d9da15e7be649a8feae59b Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 15 Dec 2009 21:58:56 +0000 Subject: Correct define. From Simon Perreault via tech@ --- sys/dev/isa/com_isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 -- cgit v1.2.3