From owner-freebsd-questions Sat Aug 3 14:10:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80DF37B400 for ; Sat, 3 Aug 2002 14:10:22 -0700 (PDT) Received: from gumby.dfxg.com (gumby.dfxg.com [216.39.196.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA0543E3B for ; Sat, 3 Aug 2002 14:10:21 -0700 (PDT) (envelope-from jdeakle@dfxg.com) Received: from dfxg.com (nt.dfxg.com [216.39.196.131]) by gumby.dfxg.com (8.8.8/8.8.7) with ESMTP id QAA05535 for ; Sat, 3 Aug 2002 16:13:02 -0500 (CDT) (envelope-from jdeakle@dfxg.com) Message-ID: <3D4C4A5B.5792C88@dfxg.com> Date: Sat, 03 Aug 2002 16:25:47 -0500 From: Jeff Deakle Reply-To: jdeakle@dfxg.com X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: SMP help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just installed 4.6 on my duel CPU system. I added the below lines to the Kernel config file just I had done for ver 4.0. (Which worked great) Now, when I run 'config KERNEL' I get an error "unknown option" for NINTR, NAPIC, NBUS & NCPU. Her is a clip form my kernel config file. Again, this same config worked great for 4.0. # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): options NCPU=2 # number of CPUs options NBUS=4 # number of busses options NAPIC=1 # number of IO APICs options NINTR=24 # number of INTs Thank for the help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message