From owner-freebsd-amd64@FreeBSD.ORG Tue May 8 21:05:55 2007 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B60A516A404 for ; Tue, 8 May 2007 21:05:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 68B5113C455 for ; Tue, 8 May 2007 21:05:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l48L5pvR086208; Tue, 8 May 2007 17:05:51 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-amd64@freebsd.org Date: Tue, 8 May 2007 17:05:46 -0400 User-Agent: KMail/1.9.6 References: <30572E05-B8C0-425E-8F67-1AFFE05CF10A@familyfunzone.net> In-Reply-To: <30572E05-B8C0-425E-8F67-1AFFE05CF10A@familyfunzone.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705081705.46400.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 08 May 2007 17:05:52 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/3222/Tue May 8 11:43:01 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Lewis Joshua Subject: Re: Intel Quad Zeon E5335 64bit processor? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2007 21:05:55 -0000 On Tuesday 08 May 2007 01:00:34 pm Lewis Joshua wrote: > I wanted to run FreeBSD on a Dell PowerEdge 2900. It is running a > quad Zeon. > > Bellow is a clip from dmesg and I wanted to make sure I installed the > correct FreeBSD version to support this system. I downloaded the > AMD64 architecture version of FreeBSD. Did I choose the correct ISO > to install on this server? > > If so is there a central location or a good place to start reading > about 64 bit processors so I can run this efficiently? > > Also why does the first CPU show up as BSP and the rest show AP. What > does BSP and AP mean? BSP == "Boot System Processor", aka the CPU that actually booted the system AP == "Application Processor", i.e. all the other CPUs -- John Baldwin