Module Name: src Committed By: tsutsui Date: Sat Jul 5 09:32:48 UTC 2014
Modified Files: src/sys/arch/atari/conf: MILAN-ISAIDE MILAN-PCIIDE Log Message: Regen from MILAN.in rev 1.27 and GENERIC.in rev 1.106: > Enable options WSDISPLAY_COMPAT_USL in template, not in generated files. > Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL. > > Also remove COPTS="-Os" from std.* files and specify it in > GENERIC.in template for SMALL030_KERNEL. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/atari/conf/MILAN-ISAIDE cvs rdiff -u -r1.84 -r1.85 src/sys/arch/atari/conf/MILAN-PCIIDE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/atari/conf/MILAN-ISAIDE diff -u src/sys/arch/atari/conf/MILAN-ISAIDE:1.80 src/sys/arch/atari/conf/MILAN-ISAIDE:1.81 --- src/sys/arch/atari/conf/MILAN-ISAIDE:1.80 Sun Jun 30 21:38:55 2013 +++ src/sys/arch/atari/conf/MILAN-ISAIDE Sat Jul 5 09:32:48 2014 @@ -1,14 +1,15 @@ # -# $NetBSD: MILAN-ISAIDE,v 1.80 2013/06/30 21:38:55 rmind Exp $ +# $NetBSD: MILAN-ISAIDE,v 1.81 2014/07/05 09:32:48 tsutsui Exp $ # # This file was automatically created. Changes will be # lost when running makeconf in this directory. # # Created from: -# NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $ -# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $ +# NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $ +# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $ include "arch/atari/conf/std.milan" options INCLUDE_CONFIG_FILE # embed config file in kernel binary +makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk maxusers 16 options HZ=64 # Set the clock-rate (48/64/96) options INSECURE # disable kernel security levels @@ -106,7 +107,7 @@ audio* at eso? options WSEMUL_VT100 # VT100 / VT220 emulation options WS_KERNEL_FG=WSCOL_WHITE options WS_KERNEL_BG=WSCOL_BLACK -options WSDISPLAY_COMPAT_USL # wsconscfg VT handling +options WSDISPLAY_COMPAT_USL # wsconscfg VT handling options WSDISPLAY_DEFAULTSCREENS=4 options PCDISPLAY_SOFTCURSOR isab0 at mainbus0 # ISA-bus Index: src/sys/arch/atari/conf/MILAN-PCIIDE diff -u src/sys/arch/atari/conf/MILAN-PCIIDE:1.84 src/sys/arch/atari/conf/MILAN-PCIIDE:1.85 --- src/sys/arch/atari/conf/MILAN-PCIIDE:1.84 Sun Jun 30 21:38:55 2013 +++ src/sys/arch/atari/conf/MILAN-PCIIDE Sat Jul 5 09:32:48 2014 @@ -1,14 +1,15 @@ # -# $NetBSD: MILAN-PCIIDE,v 1.84 2013/06/30 21:38:55 rmind Exp $ +# $NetBSD: MILAN-PCIIDE,v 1.85 2014/07/05 09:32:48 tsutsui Exp $ # # This file was automatically created. Changes will be # lost when running makeconf in this directory. # # Created from: -# NetBSD: MILAN.in,v 1.25 2010/04/10 01:59:40 tsutsui Exp $ -# NetBSD: GENERIC.in,v 1.92 2010/12/12 09:56:15 tsutsui Exp $ +# NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $ +# NetBSD: GENERIC.in,v 1.106 2014/07/05 09:28:48 tsutsui Exp $ include "arch/atari/conf/std.milan" options INCLUDE_CONFIG_FILE # embed config file in kernel binary +makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk maxusers 16 options HZ=64 # Set the clock-rate (48/64/96) options INSECURE # disable kernel security levels @@ -106,7 +107,7 @@ audio* at eso? options WSEMUL_VT100 # VT100 / VT220 emulation options WS_KERNEL_FG=WSCOL_WHITE options WS_KERNEL_BG=WSCOL_BLACK -options WSDISPLAY_COMPAT_USL # wsconscfg VT handling +options WSDISPLAY_COMPAT_USL # wsconscfg VT handling options WSDISPLAY_DEFAULTSCREENS=4 options PCDISPLAY_SOFTCURSOR isab0 at mainbus0 # ISA-bus