diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-13 14:46:46 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-13 14:46:46 +0000 |
commit | e570ed32b281f1a4980db038ff578e056def3230 (patch) | |
tree | 229c438b738c5d13da589618132e3ceca4297f51 /sys/dev/isa | |
parent | ec8216a5e7fd47d3aa4074f7e0ea7a9ea733b13e (diff) |
powerpc
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/isavar.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 5abd4a37dc9..872c1394be9 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isavar.h,v 1.21 1997/02/13 16:50:15 pefo Exp $ */ +/* $OpenBSD: isavar.h,v 1.22 1997/10/13 14:46:45 pefo Exp $ */ /* $NetBSD: isavar.h,v 1.24 1996/10/21 22:41:11 thorpej Exp $ */ /* @@ -52,7 +52,7 @@ */ struct isabus_attach_args; -#if (alpha + amiga + i386 + arc + wgrisc != 1) +#if (alpha + amiga + i386 + arc + wgrisc + power4e != 1) ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if alpha @@ -70,6 +70,9 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if wgrisc #include <wgrisc/isa/isa_machdep.h> #endif +#if power4e +#include <powerpc/isa/isa_machdep.h> +#endif /* * ISA bus attach arguments |