summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-10-24 23:25:18 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-10-24 23:25:18 +0000
commitcc5454d0dd2d12a1a93391da86ea1465e777b0d7 (patch)
tree45c0ee5622d5fba55e69a16da70d6a71cb9e2bf5 /sys/arch
parent244260a16415aa1209785160e9b678c0c97e3a7c (diff)
Discourage MATH_EMULATE.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/conf/ALL4
-rw-r--r--sys/arch/i386/conf/BABY4
-rw-r--r--sys/arch/i386/conf/DISKLESS4
-rw-r--r--sys/arch/i386/conf/GANDALF4
-rw-r--r--sys/arch/i386/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/INST4
-rw-r--r--sys/arch/i386/conf/LAP4
-rw-r--r--sys/arch/i386/conf/NETTAN4
-rw-r--r--sys/arch/i386/conf/OPRAH2
-rw-r--r--sys/arch/i386/conf/PCMCIA4
-rw-r--r--sys/arch/i386/conf/TDR4
-rw-r--r--sys/arch/i386/conf/WALDORF2
12 files changed, 22 insertions, 22 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL
index 23d79681eb1..fe387907f9f 100644
--- a/sys/arch/i386/conf/ALL
+++ b/sys/arch/i386/conf/ALL
@@ -1,4 +1,4 @@
-# $OpenBSD: ALL,v 1.10 1996/10/04 02:51:08 deraadt Exp $
+# $OpenBSD: ALL,v 1.11 1996/10/24 23:25:03 downsj Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# ALL -- everything that's currently supported
@@ -9,7 +9,7 @@ machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
option VM86 # Virtual 8086 emulation
# Some BIOSes don't get the size of extended memory right. If you
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY
index 29faf27816d..7ca1bd31835 100644
--- a/sys/arch/i386/conf/BABY
+++ b/sys/arch/i386/conf/BABY
@@ -1,11 +1,11 @@
-# $OpenBSD: BABY,v 1.11 1996/10/04 02:51:10 deraadt Exp $
+# $OpenBSD: BABY,v 1.12 1996/10/24 23:25:05 downsj Exp $
machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
#option VM86 # Virtual 8086 emulation
# Some BIOSes don't get the size of extended memory right. If you
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS
index 230431486a9..1350eece36c 100644
--- a/sys/arch/i386/conf/DISKLESS
+++ b/sys/arch/i386/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.14 1996/09/20 06:45:05 deraadt Exp $
+# $OpenBSD: DISKLESS,v 1.15 1996/10/24 23:25:06 downsj Exp $
# $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
@@ -11,7 +11,7 @@ machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index 2718b64f3de..acf1707f083 100644
--- a/sys/arch/i386/conf/GANDALF
+++ b/sys/arch/i386/conf/GANDALF
@@ -1,7 +1,7 @@
#
# GANDALF -- Dual Tyan P5/133 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.14 1996/10/21 10:20:29 mickey Exp $
+# $OpenBSD: GANDALF,v 1.15 1996/10/24 23:25:08 downsj Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -9,7 +9,7 @@ machine i386 # architecture, used by config; REQUIRED
#option I386_CPU # CPU classes; at least one is REQUIRED
#option I486_CPU
option I586_CPU
-#option MATH_EMULATE # floating point emulation
+#option GPL_MATH_EMULATE # floating point emulation
option PCIVERBOSE # verbose PCI device information
option EISAVERBOSE # verbose EISA device information
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index f7d9726ec1e..bff9968430c 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.34 1996/10/04 02:51:12 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.35 1996/10/24 23:25:09 downsj Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -11,7 +11,7 @@ include "../../../conf/GENERIC"
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
option VM86 # Virtual 8086 emulation
option USER_LDT # user-settable LDT; used by WINE
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST
index fb6ca4d908e..ab61976cdff 100644
--- a/sys/arch/i386/conf/INST
+++ b/sys/arch/i386/conf/INST
@@ -1,4 +1,4 @@
-# $OpenBSD: INST,v 1.16 1996/10/14 08:56:59 deraadt Exp $
+# $OpenBSD: INST,v 1.17 1996/10/24 23:25:11 downsj Exp $
# $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $
#
# Install kernels no longer support X.
@@ -11,7 +11,7 @@ option INSTALL # support floppy install
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP
index fdb847618f4..a2289676e97 100644
--- a/sys/arch/i386/conf/LAP
+++ b/sys/arch/i386/conf/LAP
@@ -1,4 +1,4 @@
-# $OpenBSD: LAP,v 1.13 1996/10/20 03:57:08 deraadt Exp $
+# $OpenBSD: LAP,v 1.14 1996/10/24 23:25:12 downsj Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -9,7 +9,7 @@ machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-#option MATH_EMULATE # floating point emulation
+#option GPL_MATH_EMULATE # floating point emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN
index e98ef97a00e..fa7a7f67d83 100644
--- a/sys/arch/i386/conf/NETTAN
+++ b/sys/arch/i386/conf/NETTAN
@@ -1,4 +1,4 @@
-# $OpenBSD: NETTAN,v 1.14 1996/10/17 19:36:41 niklas Exp $
+# $OpenBSD: NETTAN,v 1.15 1996/10/24 23:25:13 downsj Exp $
#
# NETTAN -- Applitron Datasystem AB
#
@@ -8,7 +8,7 @@ machine i386 # architecture, used by config; REQUIRED
#option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
#option I586_CPU
-#option MATH_EMULATE # floating point emulation
+#option GPL_MATH_EMULATE # floating point emulation
#option DUMMY_NOPS # speed hack; recommanded
#option XSERVER
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH
index 4b6d5b40448..b9a73c83037 100644
--- a/sys/arch/i386/conf/OPRAH
+++ b/sys/arch/i386/conf/OPRAH
@@ -8,7 +8,7 @@ machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
#option DUMMY_NOPS # speed hack; recommended
option XSERVER
diff --git a/sys/arch/i386/conf/PCMCIA b/sys/arch/i386/conf/PCMCIA
index aab104efaee..0433b14de92 100644
--- a/sys/arch/i386/conf/PCMCIA
+++ b/sys/arch/i386/conf/PCMCIA
@@ -1,4 +1,4 @@
-# $OpenBSD: PCMCIA,v 1.8 1996/09/20 06:45:09 deraadt Exp $
+# $OpenBSD: PCMCIA,v 1.9 1996/10/24 23:25:15 downsj Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -7,7 +7,7 @@ option I586_CPU
option I486_CPU
option I386_CPU
option INSECURE
-option MATH_EMULATE
+option GPL_MATH_EMULATE
option DUMMY_NOPS # speed hack; recommanded
option XSERVER
diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR
index fb5676fc9e0..7c68d8212e0 100644
--- a/sys/arch/i386/conf/TDR
+++ b/sys/arch/i386/conf/TDR
@@ -1,4 +1,4 @@
-# $OpenBSD: TDR,v 1.18 1996/09/26 09:56:29 deraadt Exp $
+# $OpenBSD: TDR,v 1.19 1996/10/24 23:25:16 downsj Exp $
# $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $
#
# TDR -- Theo Deraadt's 486
@@ -9,7 +9,7 @@ machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
# Some BIOSes don't get the size of extended memory right. If you
# have a broken BIOS, uncomment the following and set the value
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF
index 38926697547..3df855b9b48 100644
--- a/sys/arch/i386/conf/WALDORF
+++ b/sys/arch/i386/conf/WALDORF
@@ -8,7 +8,7 @@ machine i386 # architecture, used by config; REQUIRED
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU
option I586_CPU
-option MATH_EMULATE # floating point emulation
+option GPL_MATH_EMULATE # floating point emulation
#option DUMMY_NOPS # speed hack; recommended
#option XSERVER