Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Sync with GENERIC.MP (in particular add M...



details:   https://anonhg.NetBSD.org/src/rev/3d05052ce2cd
branches:  trunk
changeset: 555553:3d05052ce2cd
user:      abs <abs%NetBSD.org@localhost>
date:      Fri Nov 21 09:29:11 2003 +0000

description:
Sync with GENERIC.MP (in particular add MPBIOS). Noted by Adam C. Migus

diffstat:

 sys/arch/i386/conf/INSTALL.MP |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 129f31c26cc3 -r 3d05052ce2cd sys/arch/i386/conf/INSTALL.MP
--- a/sys/arch/i386/conf/INSTALL.MP     Fri Nov 21 03:08:37 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL.MP     Fri Nov 21 09:29:11 2003 +0000
@@ -1,17 +1,21 @@
-#      $NetBSD: INSTALL.MP,v 1.2 2002/10/01 12:56:43 fvdl Exp $
+#      $NetBSD: INSTALL.MP,v 1.3 2003/11/21 09:29:11 abs Exp $
 #
 #      INSTALL.MP -- Install, plus enable Multiprocessor support.
 #      Mostly to let people test-boot MP systems.
-#
 
 include "arch/i386/conf/INSTALL"
 
-options                MULTIPROCESSOR
+options        MULTIPROCESSOR
 options        COM_MPLOCK      # com MP locking; REQUIRED on MP i386
 
+options        APM_NO_IDLE
+options        DIAGNOSTIC      # STRONGLY RECOMMENDED
 options        LOCKDEBUG
 options        MPDEBUG
 options        MPVERBOSE
-options                DEBUG
+options        DEBUG
+options        MPBIOS          # configure CPUs and APICs using MPBIOS
+#options       MPACPI          # configure CPUs and APICs using ACPI
+                               # (acpi at mainbus must also be enabled)
 
 ioapic*                at mainbus? apid ?



Home | Main Index | Thread Index | Old Index