diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-19 17:16:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-09-19 17:16:19 +0000 |
commit | 05289977dd22788ad17da20e49aee8f5eea5c11b (patch) | |
tree | 39c67d429c2c8c3fa6470d14fee261cb7e906832 /sys/arch/amiga/conf | |
parent | 191baf205ef0b68e4782f5edc7c97388f5cf22a6 (diff) |
Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER)
Diffstat (limited to 'sys/arch/amiga/conf')
-rw-r--r-- | sys/arch/amiga/conf/CRASH | 6 | ||||
-rw-r--r-- | sys/arch/amiga/conf/DRACO | 6 | ||||
-rw-r--r-- | sys/arch/amiga/conf/FILIPPA | 6 | ||||
-rw-r--r-- | sys/arch/amiga/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amiga/conf/RAMDISK | 3 |
5 files changed, 5 insertions, 19 deletions
diff --git a/sys/arch/amiga/conf/CRASH b/sys/arch/amiga/conf/CRASH index 2c11946f683..2e339f56f3e 100644 --- a/sys/arch/amiga/conf/CRASH +++ b/sys/arch/amiga/conf/CRASH @@ -1,4 +1,4 @@ -# $OpenBSD: CRASH,v 1.8 1997/03/25 16:53:57 niklas Exp $ +# $OpenBSD: CRASH,v 1.9 1997/09/19 17:16:15 niklas Exp $ # # The first OpenBSD/Amiga "user" Neil Brewitt's GG2 + NE2000 equipped A3000 @@ -18,10 +18,6 @@ options TIMEZONE=300, DST=1 #option FPSP # MC68040 floating point support option "M68030" # support for 030 #option "M68020" # support for 020/851 -option FPCOPROC # Support for MC6888[12] (Required) - -option SWAPPAGER # Pager for processes (Required) -option DEVPAGER # Pager for devices (Required) # # Networking options diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 73e3b99b287..51211fedf3d 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,4 +1,4 @@ -# $OpenBSD: DRACO,v 1.10 1997/09/18 13:39:38 niklas Exp $ +# $OpenBSD: DRACO,v 1.11 1997/09/19 17:16:16 niklas Exp $ # $NetBSD: DRACO,v 1.7 1996/12/20 19:18:16 veego Exp $ # @@ -22,10 +22,6 @@ option DRACO option "M68060" # support for 060 option "M060SP" # MC68060 software support (Required for 060) -option FPCOPROC # Support for MC6888[12] (Required) - -option SWAPPAGER # Pager for processes (Required) -option DEVPAGER # Pager for devices (Required) # # Networking options diff --git a/sys/arch/amiga/conf/FILIPPA b/sys/arch/amiga/conf/FILIPPA index 488ade43c7e..a04fb43db12 100644 --- a/sys/arch/amiga/conf/FILIPPA +++ b/sys/arch/amiga/conf/FILIPPA @@ -1,4 +1,4 @@ -# $OpenBSD: FILIPPA,v 1.19 1997/06/23 19:05:34 kstailey Exp $ +# $OpenBSD: FILIPPA,v 1.20 1997/09/19 17:16:16 niklas Exp $ # # Niklas' AMIGA with ISA support @@ -16,10 +16,6 @@ option "M68040" # support for 040 option FPSP # MC68040 floating point support #option "M68030" # support for 030 #option "M68020" # support for 020/851 -option FPCOPROC # Support for MC6888[12] (Required) - -option SWAPPAGER -option DEVPAGER # # Networking option diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 323ee03d096..7abe3670427 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 1997/09/18 13:39:39 niklas Exp $ +# $OpenBSD: GENERIC,v 1.22 1997/09/19 17:16:17 niklas Exp $ # $NetBSD: GENERIC,v 1.85 1997/08/27 19:32:49 is Exp $ # @@ -32,7 +32,6 @@ option M68040 # support for 040 option FPSP # MC68040 floating point support option M68030 # support for 030 option M68020 # support for 020/851 -option FPCOPROC # Support for MC6888[12] (Required) option FPU_EMULATE # FPU emulation # diff --git a/sys/arch/amiga/conf/RAMDISK b/sys/arch/amiga/conf/RAMDISK index 5576e390593..be89c74acfe 100644 --- a/sys/arch/amiga/conf/RAMDISK +++ b/sys/arch/amiga/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 1997/09/18 13:39:40 niklas Exp $ +# $OpenBSD: RAMDISK,v 1.4 1997/09/19 17:16:17 niklas Exp $ # # A ramdisk kernel @@ -23,7 +23,6 @@ option "M68040" # support for 040 option FPSP # MC68040 floating point support option "M68030" # support for 030 option "M68020" # support for 020/851 -option FPCOPROC # Support for MC6888[12] (Required) option FPU_EMULATE # FPU emulation # |