summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2007-05-28 23:10:11 +0000
committerBob Beck <beck@cvs.openbsd.org>2007-05-28 23:10:11 +0000
commit0607194a881701170175f156fb947adff1da714f (patch)
tree851dcf0d128fa156f3439bd1b73d4744d74a87f2 /sys/arch/alpha/conf
parent62e9e0c9395791a5babdc92d6bc74e79ae3a1348 (diff)
Maintaining a broken compatibility layer for a broken OS is not a productive
activity for anyone. Bye bye COMPAT_NETBSD. ok tedu@, deraadt@, and many others in the hackathon room.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r--sys/arch/alpha/conf/GENERIC3
-rw-r--r--sys/arch/alpha/conf/files.alpha6
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index 41fdf63cce1..cedd196d635 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.191 2007/04/19 04:52:22 dlg Exp $
+# $OpenBSD: GENERIC,v 1.192 2007/05/28 23:10:10 beck Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -30,7 +30,6 @@ option DEC_6600 # EV6: XP1000, 264DP OEM Board
option API_UP1000 # EV6: Alpha Processor UP1000
option COMPAT_OSF1 # OSF/1 binary compatibility
-option COMPAT_NETBSD # NetBSD compatibility
# Misc. options
option EISAVERBOSE # recognize "unknown" EISA devices
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index 8d381894645..e284b627b81 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.80 2007/05/05 21:05:43 martin Exp $
+# $OpenBSD: files.alpha,v 1.81 2007/05/28 23:10:10 beck Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -336,10 +336,6 @@ file arch/alpha/alpha/api_up1000.c api_up1000 needs-flag
include "compat/osf1/files.osf1"
file arch/alpha/alpha/osf1_locore.s compat_osf1
-# NetBSD binary compatibility (COMPAT_NETBSD)
-include "../../../compat/netbsd/files.netbsd"
-file arch/alpha/alpha/netbsd_machdep.c compat_netbsd
-
#
# Machine-independent I2C drivers
#