diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 19:57:16 +0000 |
commit | ae925fd12cfb7f45b45cdc7d9949a532f7036b20 (patch) | |
tree | 806a9b8a6a49f2e117aa7a7926f3df486a4b6d79 /sys/arch/mvme68k/conf | |
parent | 60e9a7fdfa994a34001f5c17cd3a32546ee4e9a0 (diff) |
remove support for compat_sunos (and m68k4k). ok deraadt guenther
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME147 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME162 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME167 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/conf/MVME177 | 5 |
5 files changed, 5 insertions, 16 deletions
diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 7edadf1cd98..7d1cc702355 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.33 2010/06/29 20:30:33 guenther Exp $ +# $OpenBSD: GENERIC,v 1.34 2010/07/02 19:57:14 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -27,8 +27,6 @@ option MVME167 # includes 166 (requires M68040, FPSP) option MVME172 # (requires M68060, 060SP, FPSP) option MVME177 # includes 176 (requires M68060, 060SP, FPSP) -option COMPAT_SUNOS -option COMPAT_M68K4K config bsd swap generic diff --git a/sys/arch/mvme68k/conf/MVME147 b/sys/arch/mvme68k/conf/MVME147 index 1652288e748..96ae96188cc 100644 --- a/sys/arch/mvme68k/conf/MVME147 +++ b/sys/arch/mvme68k/conf/MVME147 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME147,v 1.23 2010/06/29 20:30:33 guenther Exp $ +# $OpenBSD: MVME147,v 1.24 2010/07/02 19:57:14 tedu Exp $ machine mvme68k m68k @@ -8,8 +8,6 @@ option M68030 # support for 030 option MVME147 # (requires M68030) -option COMPAT_SUNOS -option COMPAT_M68K4K maxusers 16 diff --git a/sys/arch/mvme68k/conf/MVME162 b/sys/arch/mvme68k/conf/MVME162 index 9bfd149cdb9..eb17009e5b1 100644 --- a/sys/arch/mvme68k/conf/MVME162 +++ b/sys/arch/mvme68k/conf/MVME162 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME162,v 1.26 2010/06/29 20:30:33 guenther Exp $ +# $OpenBSD: MVME162,v 1.27 2010/07/02 19:57:14 tedu Exp $ machine mvme68k m68k @@ -9,8 +9,6 @@ option FPSP # MC68040 floating point support option MVME162 # (requires M68040, FPSP) -option COMPAT_SUNOS -option COMPAT_M68K4K maxusers 32 diff --git a/sys/arch/mvme68k/conf/MVME167 b/sys/arch/mvme68k/conf/MVME167 index aeb7f9ead41..78c0f30796a 100644 --- a/sys/arch/mvme68k/conf/MVME167 +++ b/sys/arch/mvme68k/conf/MVME167 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME167,v 1.26 2010/06/29 20:30:33 guenther Exp $ +# $OpenBSD: MVME167,v 1.27 2010/07/02 19:57:14 tedu Exp $ machine mvme68k m68k @@ -9,8 +9,6 @@ option FPSP # MC68040 floating point support option MVME167 # includes 166 (requires M68040, FPSP) -option COMPAT_SUNOS -option COMPAT_M68K4K maxusers 32 diff --git a/sys/arch/mvme68k/conf/MVME177 b/sys/arch/mvme68k/conf/MVME177 index 536578aaac0..8f335d86ba5 100644 --- a/sys/arch/mvme68k/conf/MVME177 +++ b/sys/arch/mvme68k/conf/MVME177 @@ -1,4 +1,4 @@ -# $OpenBSD: MVME177,v 1.15 2010/06/29 20:30:33 guenther Exp $ +# $OpenBSD: MVME177,v 1.16 2010/07/02 19:57:14 tedu Exp $ machine mvme68k m68k @@ -9,9 +9,6 @@ option M060SP # ...and MC68060 support package option MVME177 # (requires M68060, 060SP, FPSP) -option COMPAT_SUNOS -option COMPAT_M68K4K - maxusers 32 config bsd swap generic |