From b2ba974c9b6802e7ab3d776db1f051466d36c23e Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 29 Sep 2003 18:53:59 +0000 Subject: pci support for hppa --- sys/dev/pci/pcivar.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index ff31a0fcf40..b8c51460929 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcivar.h,v 1.30 2003/04/27 11:22:54 ho Exp $ */ +/* $OpenBSD: pcivar.h,v 1.31 2003/09/29 18:53:58 mickey Exp $ */ /* $NetBSD: pcivar.h,v 1.23 1997/06/06 23:48:05 thorpej Exp $ */ /* @@ -54,7 +54,7 @@ struct pcibus_attach_args; /* * Machine-dependent definitions. */ -#if (__alpha__ + __atari__ + __i386__ + __arc__ + __powerpc__ + __galileo__ + __sparc64__ != 1) +#if (__alpha__ + __atari__ + __i386__ + __arc__ + __powerpc__ + __galileo__ + __sparc64__ + __hppa__ != 1) ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if __alpha__ @@ -75,6 +75,9 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if __galileo__ #include #endif +#if __hppa__ +#include +#endif #if __sparc64__ #include #endif -- cgit v1.2.3