Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/conf Add compatibility option for old bootloader
details: https://anonhg.NetBSD.org/src/rev/d9e17b8a9571
branches: trunk
changeset: 503912:d9e17b8a9571
user: reinoud <reinoud%NetBSD.org@localhost>
date: Sun Feb 18 00:54:02 2001 +0000
description:
Add compatibility option for old bootloader
diffstat:
sys/arch/arm32/conf/A7000 | 5 ++++-
sys/arch/arm32/conf/A7INST | 5 ++++-
sys/arch/arm32/conf/GENERIC | 7 +++++--
sys/arch/arm32/conf/RISCPC | 5 ++++-
sys/arch/arm32/conf/RPCINST | 5 ++++-
sys/arch/arm32/conf/VOYAGER | 5 ++++-
sys/arch/arm32/conf/files.arm32 | 5 ++++-
7 files changed, 29 insertions(+), 8 deletions(-)
diffs (141 lines):
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/A7000
--- a/sys/arch/arm32/conf/A7000 Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/A7000 Sun Feb 18 00:54:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: A7000,v 1.39 2000/11/03 10:18:55 abs Exp $
+# $NetBSD: A7000,v 1.40 2001/02/18 00:54:02 reinoud Exp $
#
# A7000 - Full A7000 configuration
#
@@ -90,6 +90,9 @@
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+# Bootloader options
+options COMPAT_OLD_BOOTLOADER
+
# Shared memory options
options SYSVMSG # System V-like message queues
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/A7INST
--- a/sys/arch/arm32/conf/A7INST Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/A7INST Sun Feb 18 00:54:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: A7INST,v 1.28 2000/09/24 15:59:29 jdolecek Exp $
+# $NetBSD: A7INST,v 1.29 2001/02/18 00:54:02 reinoud Exp $
#
# A7INST - A7000 install configuration
#
@@ -86,6 +86,9 @@
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+# Bootloader options
+options COMPAT_OLD_BOOTLOADER
+
# Shared memory options
#options SYSVMSG # System V-like message queues
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/GENERIC
--- a/sys/arch/arm32/conf/GENERIC Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/GENERIC Sun Feb 18 00:54:02 2001 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.75 2000/12/19 10:42:03 bouyer Exp $
+# $NetBSD: GENERIC,v 1.76 2001/02/18 00:54:02 reinoud Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/arm32/conf/std.arm32"
-#ident "GENERIC-$Revision: 1.75 $"
+#ident "GENERIC-$Revision: 1.76 $"
# estimated number of users
maxusers 32
@@ -94,6 +94,9 @@
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+# Bootloader options
+options COMPAT_OLD_BOOTLOADER
+
# Shared memory options
options SYSVMSG # System V-like message queues
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/RISCPC
--- a/sys/arch/arm32/conf/RISCPC Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/RISCPC Sun Feb 18 00:54:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RISCPC,v 1.30 2000/11/03 10:18:56 abs Exp $
+# $NetBSD: RISCPC,v 1.31 2001/02/18 00:54:02 reinoud Exp $
#
# RISCPC -- Full RiscPC config
#
@@ -93,6 +93,9 @@
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+# Bootloader options
+options COMPAT_OLD_BOOTLOADER
+
# Shared memory options
options SYSVMSG # System V-like message queues
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/RPCINST
--- a/sys/arch/arm32/conf/RPCINST Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/RPCINST Sun Feb 18 00:54:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RPCINST,v 1.27 2000/09/24 15:59:29 jdolecek Exp $
+# $NetBSD: RPCINST,v 1.28 2001/02/18 00:54:02 reinoud Exp $
#
# RPCINST -- RiscPC install configuration
#
@@ -86,6 +86,9 @@
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+# Bootloader options
+options COMPAT_OLD_BOOTLOADER
+
# Shared memory options
#options SYSVMSG # System V-like message queues
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/VOYAGER
--- a/sys/arch/arm32/conf/VOYAGER Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/VOYAGER Sun Feb 18 00:54:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: VOYAGER,v 1.50 2000/11/03 10:18:56 abs Exp $
+# $NetBSD: VOYAGER,v 1.51 2001/02/18 00:54:03 reinoud Exp $
#
# VOYAGER - Mark's development kernel
#
@@ -90,6 +90,9 @@
#options COMPAT_09 # NetBSD 0.9 compatibility.
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+# Bootloader options
+options COMPAT_OLD_BOOTLOADER
+
# Shared memory options
options SYSVMSG # System V-like message queues
diff -r 89c468f80848 -r d9e17b8a9571 sys/arch/arm32/conf/files.arm32
--- a/sys/arch/arm32/conf/files.arm32 Sun Feb 18 00:27:20 2001 +0000
+++ b/sys/arch/arm32/conf/files.arm32 Sun Feb 18 00:54:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.arm32,v 1.88 2001/02/11 17:03:06 bjh21 Exp $
+# $NetBSD: files.arm32,v 1.89 2001/02/18 00:54:03 reinoud Exp $
#
# First try for arm-specific configuration info
#
@@ -24,6 +24,9 @@
# X server support in console drivers
defopt XSERVER
+# Bootloader options (COMPAT... to be dropped ASAP)
+defopt COMPAT_OLD_BOOTLOADER
+
# Architectures and core logic
defopt EBSA285
defopt FOOTBRIDGE
Home |
Main Index |
Thread Index |
Old Index