summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isavar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-03-18 22:36:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-03-18 22:36:38 +0000
commit954b1a417ec63f20d2dde0645d24641005375a40 (patch)
tree4d3b982016a572dbb41f88eb76f38a29039036bb /sys/dev/isa/isavar.h
parent7e9918e631c8d89e4daeae75c43b6381c34a8610 (diff)
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
Diffstat (limited to 'sys/dev/isa/isavar.h')
-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 06cab5eee01..ae0cb642f24 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.57 2011/07/08 08:26:41 jsg Exp $ */
+/* $OpenBSD: isavar.h,v 1.58 2014/03/18 22:36:37 miod Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -117,8 +117,6 @@ struct isabus_attach_args;
#if defined(__alpha__)
#include <alpha/isa/isa_machdep.h>
-#elif defined(__hp300__)
-#include <hp300/dev/isa_machdep.h>
#elif defined(__i386__)
#include <i386/isa/isa_machdep.h>
#elif defined(__powerpc__)