From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 25 20:03:56 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E84AC16A4CE for ; Fri, 25 Feb 2005 20:03:56 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D6543D58 for ; Fri, 25 Feb 2005 20:03:56 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id j1PK3uS29550 for freebsd-amd64@freebsd.org; Fri, 25 Feb 2005 12:03:56 -0800 (PST) Date: Fri, 25 Feb 2005 12:03:56 -0800 From: Mike Hunter To: freebsd-amd64@freebsd.org Message-ID: <20050225200356.GA29206@ack.Berkeley.EDU> References: <20050225194311.GH1168@manor.msen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050225194311.GH1168@manor.msen.com> User-Agent: Mutt/1.5.6i Subject: Re: AMD64 on Xenon ? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 20:03:57 -0000 On Feb 25, "Michael R. Wayne" wrote: > I just powered up a dual Xenon system from one of our suppliers. > It is acting a bit odd, Eventaully, I realized: > > CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2800.11-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0xf34 Stepping = 4 > Features=0xbfebfbff ,TM,PBE> > Features2=0x441d,MON,DS_CPL,CNTX-ID,> > AMD Features=0x20000800 > Hyperthreading: 2 logical CPUs > > But note the last word on uname -a: > FreeBSD test.x.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 03:50:01 UTC 2004 root@fanboy.samsco.home:/usr/obj/usr/src/sys/GENERIC amd64 > > So, why would this run at all? I was planning on reinstalling > anyway so it's not a huge deal but it seems pretty odd... The "amd64" architecture should work just fine on Intel EM64 systems. EM64 is intel's codename for their knock-off implementation of AMD's 64 bit x86 extensions. Mike