diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-18 20:29:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-18 20:29:54 +0000 |
commit | ad9b20487ca0cace582bf9cbe2d0928c6352d3b9 (patch) | |
tree | 546046e6a2684c5fa422ce24627954b1e3a0aac7 /sys/arch/vax | |
parent | 91b82eb64aed955f910d5c8757881f087df8a235 (diff) |
We don't provide COMPAT_1[234] options anymore.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index dc8d0a3fd25..7b523256b79 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 2001/06/27 05:15:40 art Exp $ +# $OpenBSD: GENERIC,v 1.27 2001/08/18 20:29:53 miod Exp $ # $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $ machine vax # machine type; required @@ -37,9 +37,6 @@ option WSDISPLAY_DEFAULTSCREENS=8 # 4.3BSD Reno programs and get Ultrix compatibility instead. # (They cannot coexist). #option COMPAT_VAX1K # Must be present to run pre-1.4 binaries. -option COMPAT_12 -#option COMPAT_13 -#option COMPAT_14 #option COMPAT_ULTRIX option INSN_EMULATE # CPU lacks some hardware instructions. diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 5354c7e7731..40622477da3 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2001/07/31 08:24:56 hugh Exp $ +# $OpenBSD: RAMDISK,v 1.10 2001/08/18 20:29:53 miod Exp $ machine vax # machine type @@ -55,9 +55,6 @@ option WSDISPLAY_DEFAULTSCREENS=8 # 4.3BSD Reno programs and get Ultrix compatibility instead. # (They cannot coexist). #option COMPAT_VAX1K # Must be present to run pre-1.4 binaries. -option COMPAT_12 -#option COMPAT_13 -#option COMPAT_14 #option COMPAT_ULTRIX option INSN_EMULATE # CPU lacks some hardware instructions. |