From 90e5a277482d99b71f2db3f58b847834152c78f8 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Thu, 24 Apr 2008 12:54:45 +0000 Subject: MD_ISA_IOT is not defined anywhere so get rid of it. Spotted by drahn@, ok dlg@ --- sys/dev/ic/com.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 916aa75e059..87434c86160 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.125 2008/04/24 12:53:50 jsing Exp $ */ +/* $OpenBSD: com.c,v 1.126 2008/04/24 12:54:44 jsing Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -1317,10 +1317,6 @@ cominit(bus_space_tag_t iot, bus_space_handle_t ioh, int rate, int frequency) void comcnprobe(struct consdev *cp) { - /* XXX NEEDS TO BE FIXED XXX */ -#ifdef MD_ISA_IOT - comconsiot = MD_ISA_IOT; -#endif bus_space_handle_t ioh; int found; -- cgit v1.2.3