From 88c6b7f0362a652f2a054f9fa91f8be0162fd53b Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 17 Jan 2009 07:31:57 +0000 Subject: [PATCH] Add options COMPAT_50. --- sys/arch/sun3/conf/DISKLESS | 5 +++-- sys/arch/sun3/conf/DISKLESS3X | 5 +++-- sys/arch/sun3/conf/GENERIC | 7 ++++--- sys/arch/sun3/conf/GENERIC3X | 7 ++++--- sys/arch/sun3/conf/INSTALL | 5 +++-- sys/arch/sun3/conf/INSTALL3X | 5 +++-- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index e9cb3cd4bf2a..6b379d5e9251 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.59 2008/11/12 12:36:08 ad Exp $ +# $NetBSD: DISKLESS,v 1.60 2009/01/17 07:31:57 tsutsui Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/50, 3/60, 3/110) @@ -55,7 +55,8 @@ options COMPAT_15 # NetBSD 1.5 options COMPAT_16 # NetBSD 1.6 options COMPAT_20 # NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 -options COMPAT_40 # NetBSD 4.0 compatibility. +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 compatibility. #options COMPAT_LINUX # can run Linux/m68k executables #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. diff --git a/sys/arch/sun3/conf/DISKLESS3X b/sys/arch/sun3/conf/DISKLESS3X index aec3bc848fae..059c7d54d169 100644 --- a/sys/arch/sun3/conf/DISKLESS3X +++ b/sys/arch/sun3/conf/DISKLESS3X @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS3X,v 1.46 2008/11/12 12:36:08 ad Exp $ +# $NetBSD: DISKLESS3X,v 1.47 2009/01/17 07:31:57 tsutsui Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/80) @@ -55,7 +55,8 @@ options COMPAT_15 # NetBSD 1.5 options COMPAT_16 # NetBSD 1.6 options COMPAT_20 # NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 -options COMPAT_40 # NetBSD 4.0 compatibility. +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 compatibility. #options COMPAT_LINUX # can run Linux/m68k executables #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index a686abbb9747..06dd9e93fafc 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.147 2008/11/24 11:41:15 ad Exp $ +# $NetBSD: GENERIC,v 1.148 2009/01/17 07:31:57 tsutsui Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.147 $" +#ident "GENERIC-$Revision: 1.148 $" makeoptions COPTS="-Os" # bootloader has size limit (~2MB) @@ -81,7 +81,8 @@ options COMPAT_15 # NetBSD 1.5 options COMPAT_16 # NetBSD 1.6 options COMPAT_20 # NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 -options COMPAT_40 # NetBSD 4.0 compatibility. +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 compatibility. options COMPAT_AOUT_M68K # support for NetBSD a.out executables #options COMPAT_LINUX # can run Linux/m68k executables options EXEC_AOUT # support for a.out executables diff --git a/sys/arch/sun3/conf/GENERIC3X b/sys/arch/sun3/conf/GENERIC3X index 8f137a1f19b0..64fe12f5d15d 100644 --- a/sys/arch/sun3/conf/GENERIC3X +++ b/sys/arch/sun3/conf/GENERIC3X @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.104 2008/11/24 11:41:15 ad Exp $ +# $NetBSD: GENERIC3X,v 1.105 2009/01/17 07:31:57 tsutsui Exp $ # GENERIC Sun3X (3/80, 3/470) # Supports root on: ie0, le0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC3X-$Revision: 1.104 $" +#ident "GENERIC3X-$Revision: 1.105 $" makeoptions COPTS="-Os" # bootloader has size limit (~2MB) @@ -63,7 +63,8 @@ options COMPAT_15 # NetBSD 1.5 options COMPAT_16 # NetBSD 1.6 options COMPAT_20 # NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 -options COMPAT_40 # NetBSD 4.0 compatibility. +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 compatibility. options COMPAT_AOUT_M68K # support for NetBSD a.out executables #options COMPAT_LINUX # can run Linux/m68k executables options EXEC_AOUT # support for a.out executables diff --git a/sys/arch/sun3/conf/INSTALL b/sys/arch/sun3/conf/INSTALL index c1f8059677d6..d5d926c81e7b 100644 --- a/sys/arch/sun3/conf/INSTALL +++ b/sys/arch/sun3/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.43 2008/11/12 12:36:08 ad Exp $ +# $NetBSD: INSTALL,v 1.44 2009/01/17 07:31:57 tsutsui Exp $ # # INSTALL - Installation kernel for the Sun3 # @@ -59,7 +59,8 @@ options COMPAT_15 # NetBSD 1.5 options COMPAT_16 # NetBSD 1.6 options COMPAT_20 # NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 -options COMPAT_40 # NetBSD 4.0 compatibility. +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 compatibility. #options COMPAT_LINUX # can run Linux/m68k executables #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. diff --git a/sys/arch/sun3/conf/INSTALL3X b/sys/arch/sun3/conf/INSTALL3X index ab7530dd39c9..2690e61a2b6b 100644 --- a/sys/arch/sun3/conf/INSTALL3X +++ b/sys/arch/sun3/conf/INSTALL3X @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL3X,v 1.42 2008/11/12 12:36:08 ad Exp $ +# $NetBSD: INSTALL3X,v 1.43 2009/01/17 07:31:57 tsutsui Exp $ # # INSTALL3X - Installation kernel for the Sun3X # @@ -59,7 +59,8 @@ options COMPAT_15 # NetBSD 1.5 options COMPAT_16 # NetBSD 1.6 options COMPAT_20 # NetBSD 2.0 options COMPAT_30 # NetBSD 3.0 -options COMPAT_40 # NetBSD 4.0 compatibility. +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 compatibility. #options COMPAT_LINUX # can run Linux/m68k executables #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.