Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove "#options ARMFPE"
details: https://anonhg.NetBSD.org/src/rev/7ee2056e3d25
branches: trunk
changeset: 783109:7ee2056e3d25
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Dec 06 06:25:24 2012 +0000
description:
Remove "#options ARMFPE"
diffstat:
sys/arch/acorn32/conf/EB7500ATX | 7 ++-----
sys/arch/acorn32/conf/GENERIC | 7 ++-----
sys/arch/acorn32/conf/INSTALL | 7 ++-----
sys/arch/acorn32/conf/LOWMEM_WSCONS | 6 +-----
sys/arch/acorn32/conf/NC | 6 +-----
sys/arch/cats/conf/GENERIC | 6 +-----
sys/arch/cats/conf/INSTALL | 6 +-----
sys/arch/hpcarm/conf/IPAQ | 5 +----
sys/arch/hpcarm/conf/JORNADA720 | 8 ++------
sys/arch/hpcarm/conf/JORNADA820 | 8 ++------
sys/arch/netwinder/conf/GENERIC | 6 +-----
sys/arch/shark/conf/GENERIC | 8 ++------
sys/arch/shark/conf/INSTALL | 6 +-----
sys/arch/shark/conf/OFWGENCFG | 6 +-----
14 files changed, 20 insertions(+), 72 deletions(-)
diffs (truncated from 330 to 300 lines):
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/acorn32/conf/EB7500ATX
--- a/sys/arch/acorn32/conf/EB7500ATX Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/acorn32/conf/EB7500ATX Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: EB7500ATX,v 1.48 2012/08/17 20:11:37 abs Exp $
+# $NetBSD: EB7500ATX,v 1.49 2012/12/06 06:25:24 msaitoh Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "EB7500ATX-$Revision: 1.48 $"
+#ident "EB7500ATX-$Revision: 1.49 $"
# estimated number of users
maxusers 32
@@ -35,9 +35,6 @@
# CPU options
options CPU_ARM7 # Support the ARM7 core
-# FPA options
-#options ARMFPE # ARM Ltd FPE
-
options EB7500ATX # Define in case needed
# File systems
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/acorn32/conf/GENERIC Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.104 2012/10/17 14:48:07 apb Exp $
+# $NetBSD: GENERIC,v 1.105 2012/12/06 06:25:24 msaitoh Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.104 $"
+#ident "GENERIC-$Revision: 1.105 $"
# estimated number of users
maxusers 32
@@ -42,9 +42,6 @@
# For StrongARM only kernels
#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm"
-# FPA options
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/acorn32/conf/INSTALL
--- a/sys/arch/acorn32/conf/INSTALL Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/acorn32/conf/INSTALL Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.63 2012/08/17 20:11:37 abs Exp $
+# $NetBSD: INSTALL,v 1.64 2012/12/06 06:25:24 msaitoh Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@@ -22,7 +22,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.63 $"
+#ident "INSTALL-$Revision: 1.64 $"
# estimated number of users
maxusers 32
@@ -42,9 +42,6 @@
# For StrongARM only kernels
#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm"
-# FPA options
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: LOWMEM_WSCONS,v 1.58 2012/08/17 20:11:37 abs Exp $
+# $NetBSD: LOWMEM_WSCONS,v 1.59 2012/12/06 06:25:24 msaitoh Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@@ -29,10 +29,6 @@
# For small kernels
makeoptions COPTS="-Os -fno-inline -Dinline= -D__inline__= -D_inline_= "
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/acorn32/conf/NC
--- a/sys/arch/acorn32/conf/NC Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/acorn32/conf/NC Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NC,v 1.56 2012/08/17 20:11:37 abs Exp $
+# $NetBSD: NC,v 1.57 2012/12/06 06:25:24 msaitoh Exp $
#
# NC - with wscons
#
@@ -23,10 +23,6 @@
#options CPU_ARM8 # Support the ARM8 core
#options ARM6_LATE_ABORT # ARM6XX late abort support
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
#file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/cats/conf/GENERIC Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.141 2012/10/17 14:48:09 apb Exp $
+# $NetBSD: GENERIC,v 1.142 2012/12/06 06:25:25 msaitoh Exp $
#
# GENERIC machine description file
#
@@ -50,10 +50,6 @@
#options VERBOSE_INIT_ARM
#options FCOM_INIT_ARM # early console attach
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/cats/conf/INSTALL Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.82 2012/06/05 08:44:08 abs Exp $
+# $NetBSD: INSTALL,v 1.83 2012/12/06 06:25:25 msaitoh Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -24,10 +24,6 @@
options CPU_SA110 # Support the SA110 core
makeoptions COPTS="-Os -march=armv4 -mtune=strongarm" # optimise for space
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/hpcarm/conf/IPAQ
--- a/sys/arch/hpcarm/conf/IPAQ Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/hpcarm/conf/IPAQ Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IPAQ,v 1.68 2012/03/10 21:51:52 joerg Exp $
+# $NetBSD: IPAQ,v 1.69 2012/12/06 06:25:25 msaitoh Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@@ -23,9 +23,6 @@
# Architecture options
options SAEGPIO_BASE="0x49000000"
# we have Extended GPIO
-# FPA options
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720 Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720 Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA720,v 1.87 2012/08/17 19:43:25 abs Exp $
+# $NetBSD: JORNADA720,v 1.88 2012/12/06 06:25:25 msaitoh Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.87 $"
+#ident "GENERIC-$Revision: 1.88 $"
# estimated number of users
maxusers 32
@@ -24,10 +24,6 @@
# Architecture options
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/hpcarm/conf/JORNADA820
--- a/sys/arch/hpcarm/conf/JORNADA820 Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA820 Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: JORNADA820,v 1.27 2012/08/17 19:43:25 abs Exp $
+# $NetBSD: JORNADA820,v 1.28 2012/12/06 06:25:25 msaitoh Exp $
#
# JORNADA -- Windows-CE based jornada 820
#
@@ -7,7 +7,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.27 $"
+#ident "GENERIC-$Revision: 1.28 $"
# estimated number of users
maxusers 32
@@ -24,10 +24,6 @@
# Architecture options
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
#file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/netwinder/conf/GENERIC Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.113 2012/10/17 14:48:14 apb Exp $
+# $NetBSD: GENERIC,v 1.114 2012/12/06 06:25:25 msaitoh Exp $
#
# GENERIC machine description file
#
@@ -42,10 +42,6 @@
options CPU_SA110 # Support the SA110 core
makeoptions CPUFLAGS="-march=armv4 -mtune=strongarm"
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# Default console is wscons, if igsfb(4) and pckbc(4) are configured,
# or com(4) otherwise. You can force a serial console with these options
#options CONSDEVNAME="\"com\"",CONCOMADDR=0x3f8,CONSPEED=115200
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/shark/conf/GENERIC Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.103 2012/10/17 14:48:16 apb Exp $
+# $NetBSD: GENERIC,v 1.104 2012/12/06 06:25:25 msaitoh Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.103 $"
+#ident "GENERIC-$Revision: 1.104 $"
# estimated number of users
maxusers 32
@@ -33,10 +33,6 @@
# properties and/or may set up devices incorrectly.
options COMPAT_OLD_OFW
-# FPA options
-
-#options ARMFPE # ARM Ltd FPE
-
# File systems
file-system FFS # UFS
diff -r cd677e09f641 -r 7ee2056e3d25 sys/arch/shark/conf/INSTALL
--- a/sys/arch/shark/conf/INSTALL Thu Dec 06 04:43:29 2012 +0000
+++ b/sys/arch/shark/conf/INSTALL Thu Dec 06 06:25:24 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.50 2012/06/05 08:44:15 abs Exp $
+# $NetBSD: INSTALL,v 1.51 2012/12/06 06:25:25 msaitoh Exp $
#
# Shark installation kernel
#
@@ -32,10 +32,6 @@
Home |
Main Index |
Thread Index |
Old Index