diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-07 15:22:36 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-07 15:22:36 +0000 |
commit | 4d673f0cb018f03818e9064e13e560bb691e3ada (patch) | |
tree | 438622a51618ea5fec3076956b831244dd50269b | |
parent | ffa24411ddcd8cae6847f9f95a69b22162496842 (diff) |
Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replaced
by MACHINE_NEW_NONCONTIG ages ago and that option is gone too.
-rw-r--r-- | sys/arch/amiga/conf/DRACO | 4 | ||||
-rw-r--r-- | sys/arch/amiga/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amiga/conf/RAMDISK | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 7c27b44404e..6f2f8b2ccb4 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,4 +1,4 @@ -# $OpenBSD: DRACO,v 1.16 2001/08/28 09:19:03 jj Exp $ +# $OpenBSD: DRACO,v 1.17 2001/12/07 15:22:35 art Exp $ # $NetBSD: DRACO,v 1.7 1996/12/20 19:18:16 veego Exp $ # @@ -96,8 +96,6 @@ option DDB # Kernel debugger # # Amiga specific options # -option MACHINE_NONCONTIG # Non-contiguous memory support - # higly recommended for DraCo option RETINACONSOLE # enable code to allow retina to be console diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index d11df5737f5..c65c23f69e0 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.37 2001/10/18 08:43:16 jj Exp $ +# $OpenBSD: GENERIC,v 1.38 2001/12/07 15:22:35 art Exp $ # $NetBSD: GENERIC,v 1.85 1997/08/27 19:32:49 is Exp $ # @@ -62,7 +62,6 @@ option GENERIC # Mini-root boot support # # Amiga specific options # -option MACHINE_NONCONTIG # Non-contiguous memory support # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete # before the 10 secondinterval ends, or that KBDRESET does work at all. #option KBDRESET # sync on Ctrl-Amiga-Amiga diff --git a/sys/arch/amiga/conf/RAMDISK b/sys/arch/amiga/conf/RAMDISK index ce77c37d8e8..492adf8c82d 100644 --- a/sys/arch/amiga/conf/RAMDISK +++ b/sys/arch/amiga/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2001/08/28 09:19:03 jj Exp $ +# $OpenBSD: RAMDISK,v 1.12 2001/12/07 15:22:35 art Exp $ # # A ramdisk kernel @@ -52,7 +52,6 @@ option ADOSFS # AmigaDOS file system # # Amiga specific options # -option MACHINE_NONCONTIG # Non-contiguous memory support # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete # before the 10 secondinterval ends, or that KBDRESET does work at all. #option KBDRESET # sync on Ctrl-Amiga-Amiga |