diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2008-04-24 12:54:45 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2008-04-24 12:54:45 +0000 |
commit | 90e5a277482d99b71f2db3f58b847834152c78f8 (patch) | |
tree | 85c5ea95130329d154d5b00543dc7621c914a8d1 /sys/dev/ic/com.c | |
parent | 7d6e59053251c051919675c438d1e4f001e9be4b (diff) |
MD_ISA_IOT is not defined anywhere so get rid of it.
Spotted by drahn@, ok dlg@
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r-- | sys/dev/ic/com.c | 6 |
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; |