From: pefo Date: Thu, 10 Apr 1997 17:16:37 +0000 (+0000) Subject: Need to separate i/o and mem on mips X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f7b40402e5c30322665e1f34f2d876564f79a8f9;p=openbsd Need to separate i/o and mem on mips --- diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index ee2251969b0..e284e083631 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.33 1997/03/17 08:11:11 pefo Exp $ */ +/* $OpenBSD: com.c,v 1.34 1997/04/10 17:16:37 pefo Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /*- @@ -1433,7 +1433,7 @@ ohfudge: */ #include -#if NCOM_LOCALBUS +#ifdef arc #undef CONADDR extern int CONADDR; #endif @@ -1444,7 +1444,7 @@ comcnprobe(cp) { /* XXX NEEDS TO BE FIXED XXX */ #ifdef arc - bus_space_tag_t iot = &arc_bus; + bus_space_tag_t iot = &arc_bus_io; #else bus_space_tag_t iot = 0; #endif