From 837124b35ce080793328f944fc9de4d5349d7eb2 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Tue, 14 Oct 1997 07:15:45 +0000 Subject: [PATCH] add bebox --- sys/dev/isa/isavar.h | 7 +++++-- sys/dev/pci/pcivar.h | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 23d1c4c4dd06..73204bab5e3b 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: isavar.h,v 1.29 1997/08/26 19:27:23 augustss Exp $ */ +/* $NetBSD: isavar.h,v 1.30 1997/10/14 07:15:45 sakamoto Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -88,7 +88,7 @@ */ struct isabus_attach_args; -#if (alpha + atari + i386 != 1) +#if (alpha + atari + bebox + i386 != 1) ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if alpha @@ -97,6 +97,9 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if atari #include #endif +#if bebox +#include +#endif #if i386 #include #endif diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 27ff832d18a3..b6547ec87e7b 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: pcivar.h,v 1.27 1997/10/06 21:01:23 thorpej Exp $ */ +/* $NetBSD: pcivar.h,v 1.28 1997/10/14 07:15:47 sakamoto Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -53,7 +53,7 @@ struct pcibus_attach_args; /* * Machine-dependent definitions. */ -#if (alpha + atari + i386 != 1) +#if (alpha + atari + bebox + i386 != 1) ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if alpha @@ -62,6 +62,9 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if atari #include #endif +#if bebox +#include +#endif #if i386 #include #endif