diff --git a/sys/arch/sgimips/conf/GENERIC b/sys/arch/sgimips/conf/GENERIC index 374bd9e7dac2..e2a760d3dc69 100644 --- a/sys/arch/sgimips/conf/GENERIC +++ b/sys/arch/sgimips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.21 2003/09/25 16:35:50 lonewolf Exp $ +# $NetBSD: GENERIC,v 1.22 2003/09/28 07:39:48 tsutsui Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/sgimips/conf/std.sgimips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.21 $" +#ident "GENERIC-$Revision: 1.22 $" maxusers 32 @@ -77,7 +77,8 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB #makeoptions DEBUG="-g" # compile full symbol table # Compatibility options -options COMPAT_15 # NetBSD 1.5, +options COMPAT_15 # NetBSD 1.5 +options COMPAT_16 # NetBSD 1.6 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. #options COMPAT_IRIX # binary compatibility with IRIX