diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-06-22 23:18:44 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-06-22 23:18:44 +0000 |
commit | c28a8510fd8a480abc91fd4f68285b0f87f529b2 (patch) | |
tree | 89f1b246c85bbf27a787f7b265384fd2f7684910 | |
parent | 4fcb5c948ec109430f129d03fbb18d5a1b0344f0 (diff) |
arch/arc have isa bus.
-rw-r--r-- | sys/dev/isa/isavar.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 9c70d3cad31..f0459ea98d2 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isavar.h,v 1.12 1996/05/26 00:27:24 deraadt Exp $ */ +/* $OpenBSD: isavar.h,v 1.13 1996/06/22 23:18:43 pefo Exp $ */ /* $NetBSD: isavar.h,v 1.23 1996/05/08 23:32:31 thorpej Exp $ */ /* @@ -52,7 +52,7 @@ */ struct isabus_attach_args; -#if (alpha + amiga + i386 + pica != 1) +#if (alpha + amiga + i386 + arc + riscpc != 1) ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if alpha @@ -64,8 +64,11 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if i386 #include <i386/isa/isa_machdep.h> #endif -#if pica -#include <pica/isa/isa_machdep.h> +#if arc +#include <arc/isa/isa_machdep.h> +#endif +#if riscpc +#include <riscpc/isa/isa_machdep.h> #endif /* |