add bebox

This commit is contained in:
sakamoto 1997-10-14 07:15:45 +00:00
parent fe3d055d41
commit 837124b35c
2 changed files with 10 additions and 4 deletions

View File

@ -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 <atari/isa/isa_machdep.h>
#endif
#if bebox
#include <bebox/isa/isa_machdep.h>
#endif
#if i386
#include <i386/isa/isa_machdep.h>
#endif

View File

@ -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 <atari/pci/pci_machdep.h>
#endif
#if bebox
#include <bebox/pci/pci_machdep.h>
#endif
#if i386
#include <i386/pci/pci_machdep.h>
#endif