From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 15:38:21 2004 Return-Path: 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 A562E16A4CE for ; Wed, 7 Apr 2004 15:38:21 -0700 (PDT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED5643D1D for ; Wed, 7 Apr 2004 15:38:21 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([69.167.182.91]) by mta11.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040407223643.TTJF21898.mta11.adelphia.net@duron.pcmedx.com>; Wed, 7 Apr 2004 18:36:43 -0400 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 921E3AA35; Wed, 7 Apr 2004 15:36:42 -0700 (PDT) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78564-04; Wed, 7 Apr 2004 15:36:41 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id BE28BA91D; Wed, 7 Apr 2004 15:36:41 -0700 (PDT) Message-ID: <001a01c41cf0$cc5aad80$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <40747CDA.6020207@rsn.hp.com> Date: Wed, 7 Apr 2004 15:36:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: karnes@rsn.hp.com Subject: Re: SMP on FreeBSD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2004 22:38:21 -0000 > What modifications do I need to make to the GENERIC configuration to > enable a second CPU? With FreeBSD <= 5.1, you need to add: options SMP options APIC_IO 5.2's GENERIC kernel is SMP ready.