Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf Turn on COM_MPLOCK.
details: https://anonhg.NetBSD.org/src/rev/81f8af5210aa
branches: sommerfeld_i386mp_1
changeset: 482300:81f8af5210aa
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sat Sep 23 17:19:05 2000 +0000
description:
Turn on COM_MPLOCK.
diffstat:
sys/arch/i386/conf/GENERIC.MP | 4 +++-
sys/arch/i386/conf/HYDRA | 11 ++++++-----
sys/arch/i386/conf/INSTALL.MP | 4 +++-
3 files changed, 12 insertions(+), 7 deletions(-)
diffs (62 lines):
diff -r bf5c6f5ab5cb -r 81f8af5210aa sys/arch/i386/conf/GENERIC.MP
--- a/sys/arch/i386/conf/GENERIC.MP Sat Sep 23 16:05:59 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC.MP Sat Sep 23 17:19:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.MP,v 1.1.2.1 2000/02/20 18:38:49 sommerfeld Exp $
+# $NetBSD: GENERIC.MP,v 1.1.2.2 2000/09/23 17:19:05 sommerfeld Exp $
#
# GENERIC.MP -- Generic, plus enable Multiprocessor support.
#
@@ -6,6 +6,8 @@
include "arch/i386/conf/GENERIC"
options MULTIPROCESSOR
+options COM_MPLOCK # com MP locking; REQUIRED on MP i386
+
options LOCKDEBUG
options MPDEBUG
options MPVERBOSE
diff -r bf5c6f5ab5cb -r 81f8af5210aa sys/arch/i386/conf/HYDRA
--- a/sys/arch/i386/conf/HYDRA Sat Sep 23 16:05:59 2000 +0000
+++ b/sys/arch/i386/conf/HYDRA Sat Sep 23 17:19:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HYDRA,v 1.1.2.6 2000/08/25 00:40:54 sommerfeld Exp $
+# $NetBSD: HYDRA,v 1.1.2.7 2000/09/23 17:19:05 sommerfeld Exp $
#
# HYDRA -- ABIT BP6-based system used for MP development.
#
@@ -178,11 +178,12 @@
cpu* at mainbus? apid ?
ioapic* at mainbus? apid ?
-options MULTIPROCESSOR
-#options LOCKDEBUG
+options MULTIPROCESSOR # use multiple CPU's
+options COM_MPLOCK # com MP locking; REQUIRED on MP i386
-#options MPDEBUG
-#options MPVERBOSE
+#options LOCKDEBUG
+#options MPDEBUG
+#options MPVERBOSE
# Basic Bus Support
diff -r bf5c6f5ab5cb -r 81f8af5210aa sys/arch/i386/conf/INSTALL.MP
--- a/sys/arch/i386/conf/INSTALL.MP Sat Sep 23 16:05:59 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL.MP Sat Sep 23 17:19:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL.MP,v 1.1.2.1 2000/02/21 19:34:05 sommerfeld Exp $
+# $NetBSD: INSTALL.MP,v 1.1.2.2 2000/09/23 17:19:05 sommerfeld Exp $
#
# INSTALL.MP -- Install, plus enable Multiprocessor support.
# Mostly to let people test-boot MP systems.
@@ -7,6 +7,8 @@
include "arch/i386/conf/INSTALL"
options MULTIPROCESSOR
+options COM_MPLOCK # com MP locking; REQUIRED on MP i386
+
options LOCKDEBUG
options MPDEBUG
options MPVERBOSE
Home |
Main Index |
Thread Index |
Old Index