summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 19:16:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 19:16:45 +0000
commit54c4869872e628d32932ac90cb13671a095e1f1f (patch)
tree473cfafdf470b233aeb728a4a4d048a94250c981 /sys/dev
parent557bef3ff5aeaa9c2c2f3e219645cea9f8d4ac44 (diff)
remove mvmeppc; it is really rough shape. ok drahn miod
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/isavar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h
index 129b7a4d0ad..2622d9383f7 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.55 2010/06/24 21:17:59 jasper Exp $ */
+/* $OpenBSD: isavar.h,v 1.56 2011/07/07 19:16:42 deraadt Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -121,8 +121,6 @@ struct isabus_attach_args;
#include <hp300/dev/isa_machdep.h>
#elif defined(__i386__)
#include <i386/isa/isa_machdep.h>
-#elif defined(__mvmeppc__)
-#include <mvmeppc/isa/isa_machdep.h>
#elif defined(__powerpc__)
#include <powerpc/isa/isa_machdep.h>
#else