From 4b8e143c6a085fa0d792dc40939d02d0305b3efe Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 16 Jan 1999 08:28:31 +0000 Subject: hppa has isa too --- sys/dev/isa/isavar.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 0ccb2fc428a..4cc2045234f 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isavar.h,v 1.32 1999/01/07 06:14:48 niklas Exp $ */ +/* $OpenBSD: isavar.h,v 1.33 1999/01/16 08:28:30 mickey Exp $ */ /* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */ /*- @@ -122,7 +122,7 @@ */ struct isabus_attach_args; -#if (alpha + amiga + i386 + arc + wgrisc + powerpc != 1) +#if (alpha + amiga + i386 + arc + wgrisc + powerpc +hppa != 1) ERROR: COMPILING ISA FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if alpha @@ -143,6 +143,9 @@ ERROR: COMPILING ISA FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if powerpc #include #endif +#if hppa +#include +#endif #include "isapnp.h" -- cgit v1.2.3