Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/conf Do not include FPU_EMULATE in ATARITT on...
details: https://anonhg.NetBSD.org/src/rev/2d20081f6abd
branches: trunk
changeset: 749248:2d20081f6abd
user: abs <abs%NetBSD.org@localhost>
date: Mon Nov 23 00:18:37 2009 +0000
description:
Do not include FPU_EMULATE in ATARITT only config
diffstat:
sys/arch/atari/conf/ATARITT | 3 +--
sys/arch/atari/conf/GENERIC.in | 6 ++++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r df222006f696 -r 2d20081f6abd sys/arch/atari/conf/ATARITT
--- a/sys/arch/atari/conf/ATARITT Mon Nov 23 00:11:42 2009 +0000
+++ b/sys/arch/atari/conf/ATARITT Mon Nov 23 00:18:37 2009 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ATARITT,v 1.93 2009/03/06 23:38:41 abs Exp $
+# $NetBSD: ATARITT,v 1.94 2009/11/23 00:18:38 abs Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@@ -12,7 +12,6 @@
options HZ=64 # Set the clock-rate (48/64/96)
options INSECURE # disable kernel security levels
options M68030 # support for 030
-options FPU_EMULATE # Support for MC68881/MC68882 emulator
options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6
options PPP_BSDCOMP # BSD-Compress compression support for PPP
diff -r df222006f696 -r 2d20081f6abd sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in Mon Nov 23 00:11:42 2009 +0000
+++ b/sys/arch/atari/conf/GENERIC.in Mon Nov 23 00:18:37 2009 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
+# $NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
#
# Generic atari
#
@@ -50,8 +50,10 @@
#
#if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
options M68030 # support for 030
+#endif /* TT030_KERNEL || FALCON_KERNEL */
+#if defined(FALCON_KERNEL)
options FPU_EMULATE # Support for MC68881/MC68882 emulator
-#endif /* TT030_KERNEL || FALCON_KERNEL */
+#endif /* FALCON_KERNEL */
#if (defined(FALCON_KERNEL) && !defined(SMALL030_KERNEL)) || \
defined(HADES_KERNEL) || defined(MILAN_KERNEL)
options M68040 # support for 040
Home |
Main Index |
Thread Index |
Old Index