summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/conf
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-29 20:30:34 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-29 20:30:34 +0000
commit73803e6455f42883135a7c19e1d118ff952fc86e (patch)
tree782ae3c472e254b122dd0c368eb8a516f85ad9e2 /sys/arch/hppa64/conf
parentfedf3c845cad7b49fefb26ab7ee064f1da678141 (diff)
Remove COMPAT_HPUX. No one wanted to support it and its fewmets were
blocking other cleanups ok miod@
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r--sys/arch/hppa64/conf/GENERIC3
-rw-r--r--sys/arch/hppa64/conf/files.hppa644
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC
index 07f2654679e..ca783d9daa0 100644
--- a/sys/arch/hppa64/conf/GENERIC
+++ b/sys/arch/hppa64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.17 2010/03/03 20:57:28 mk Exp $
+# $OpenBSD: GENERIC,v 1.18 2010/06/29 20:30:32 guenther Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -16,7 +16,6 @@ maxusers 80 # estimated number of users
option DEBUG
option USER_PCICONF # user-space PCI configuration
-#option COMPAT_HPUX
#option COMPAT_LINUX
#option PROCFS # /proc
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64
index eaa17856c54..c2dd13f09f3 100644
--- a/sys/arch/hppa64/conf/files.hppa64
+++ b/sys/arch/hppa64/conf/files.hppa64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa64,v 1.8 2008/04/20 17:17:32 kettenis Exp $
+# $OpenBSD: files.hppa64,v 1.9 2010/06/29 20:30:32 guenther Exp $
#
# hppa64-specific configuration info
@@ -109,8 +109,6 @@ include "dev/pckbc/files.pckbc"
#
# Compatibility
#
-#include "compat/hpux/hppa64/files.hpux"
-#file arch/hppa64/hppa64/hpux_machdep.c compat_hpux
#include "compat/osf1/files.osf1"
#file arch/hppa64/hppa64/osf1_machdep.c compat_osf1
#include "compat/linux/files.linux"