From owner-freebsd-stable@FreeBSD.ORG Tue Aug 8 21:29:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2014016A4E0 for ; Tue, 8 Aug 2006 21:29:58 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B5A43D69 for ; Tue, 8 Aug 2006 21:29:57 +0000 (GMT) (envelope-from freebsd@bitfreak.org) Received: from [10.242.169.24] (c-67-171-135-169.hsd1.or.comcast.net [67.171.135.169]) by mail.twinthornes.com (Postfix) with ESMTP id B78C1F5A; Tue, 8 Aug 2006 14:29:56 -0700 (PDT) Message-ID: <44D9028C.3020309@bitfreak.org> Date: Tue, 08 Aug 2006 14:30:52 -0700 From: freebsd@bitfreak.org User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Thomas Agersborg References: <004b01c6bab6$335d6210$0301000a@Thomas> In-Reply-To: <004b01c6bab6$335d6210$0301000a@Thomas> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Dell Server 2900 with the new Intel processor Woodcrest X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 21:29:58 -0000 Thomas Agersborg wrote: > I want to purchase a Dell Server 2900 with these specifications <...> > Dual-Core 64-bit Intel Xeon processor 5160 <...> > 4GB (4x1GB) 667MHz FBD memory (max 32GB) <...> > is there any issues which I need to > be aware of in regard to the server and FreeBSD? You'll want (need) to run amd64 instead of i386. You can run i386, but the 64-bit capabilities will go to waste. You also won't get to use all of your 4 GB of RAM due to memory-mapping of hardware I/O addresses. The amd64 version does not have these problems. All the major software is now 64-bit clean, but you may have trouble with some desktop-type software (mplayer) and other less-common ports. Beyond that, all is good--PowerEdge+FreeBSD is an excellent combination. We even have IPMI support!