summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2008-04-24 12:54:44 +0000
committerjsing <jsing@openbsd.org>2008-04-24 12:54:44 +0000
commit262cdbee457e78f9a0befeae18361194521819af (patch)
tree85bb5115b06e4db435004ceac9eb7946d5aba18f
parentKeep order of "#if defined..." consistent. (diff)
downloadwireguard-openbsd-262cdbee457e78f9a0befeae18361194521819af.tar.xz
wireguard-openbsd-262cdbee457e78f9a0befeae18361194521819af.zip
MD_ISA_IOT is not defined anywhere so get rid of it.
Spotted by drahn@, ok dlg@
-rw-r--r--sys/dev/ic/com.c6
1 files changed, 1 insertions, 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;