diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-10-14 02:43:54 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-10-14 02:43:54 +0000 |
commit | 7e79cffeb4ca747958b5aef865b6d28a2408665f (patch) | |
tree | 76e4cf340249f09ac56d98a4ed92de52ae4c050d /sys/arch/mac68k/conf/PUMA | |
parent | 6b452ba479b123d389c56fbd5e31f3234e3a6e69 (diff) |
Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k.
Diffstat (limited to 'sys/arch/mac68k/conf/PUMA')
-rw-r--r-- | sys/arch/mac68k/conf/PUMA | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA index 49da3f071d8..92366cbadf8 100644 --- a/sys/arch/mac68k/conf/PUMA +++ b/sys/arch/mac68k/conf/PUMA @@ -1,4 +1,4 @@ -# $OpenBSD: PUMA,v 1.9 1996/09/20 06:45:12 deraadt Exp $ +# $OpenBSD: PUMA,v 1.10 1996/10/14 02:43:51 briggs Exp $ # $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $ # # PUMA @@ -36,7 +36,6 @@ options SCSI options INET #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP options GATEWAY # IP packet forwarding -options COMPAT_42 options COMPAT_43 options NS options MAPMEM @@ -44,11 +43,12 @@ options SYSVSHM,SYSVSEM,SYSVMSG # Mac-specific options options M68030 -options MACHINE_NONCONTIG -options COMPAT_NOMID options COMPAT_SUNOS +options COMPAT_NOMID options COMPAT_09 options COMPAT_10 +options COMPAT_11 +options COMPAT_12 config bsd root on sd0 swap on sd0 and sd1 and vnd0a dumps on sd1b |