diff options
| author | cgd <cgd@NetBSD.org> | 1999-03-19 05:13:16 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1999-03-19 05:13:16 +0000 |
| commit | d324c9f2f6f751121592a3202bfbcf9ab37bfb1b (patch) | |
| tree | ed879589fa401fb957d02f5eeb5065e1e39137e4 /sys/dev | |
| parent | 10af862bf71374558ab0203b6db3210df86f1f75 (diff) | |
pull isa_machdep.h in from machine/ instead of from $(MACHINE)/isa/
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/isavar.h | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 4607f1b8c49..c9564a7aae8 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $NetBSD: isavar.h,v 1.36 1999/02/19 16:15:06 mycroft Exp $ */ +/* $NetBSD: isavar.h,v 1.37 1999/03/19 05:13:18 cgd Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -88,27 +88,7 @@ */ struct isabus_attach_args; -#if (alpha + arc + arm32 + atari + bebox + i386 != 1) -ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. -#endif -#if alpha -#include <alpha/isa/isa_machdep.h> -#endif -#if arc -#include <arc/isa/isa_machdep.h> -#endif -#if arm32 -#include <arm32/isa/isa_machdep.h> -#endif -#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 +#include <machine/isa_machdep.h> /* * ISA bus attach arguments |
