From owner-freebsd-stable@FreeBSD.ORG Wed Mar 8 18:17:18 2006 Return-Path: X-Original-To: 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 BDE2916A420 for ; Wed, 8 Mar 2006 18:17:18 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from mail28.syd.optusnet.com.au (mail28.syd.optusnet.com.au [211.29.133.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 223F943D58 for ; Wed, 8 Mar 2006 18:17:13 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail28.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k28IHBDK021687 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 9 Mar 2006 05:17:12 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k28IHBZi002941; Thu, 9 Mar 2006 05:17:11 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k28IHAIk002940; Thu, 9 Mar 2006 05:17:10 +1100 (EST) (envelope-from peter) Date: Thu, 9 Mar 2006 05:17:10 +1100 From: Peter Jeremy To: Pete French Message-ID: <20060308181710.GD679@turion.vk2pj.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: stable@freebsd.org Subject: Re: 'Features=' line in dmesg 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: Wed, 08 Mar 2006 18:17:18 -0000 On Wed, 2006-Mar-08 16:30:23 +0000, Pete French wrote: >Is there any way of telling from this line whether the processor is capable >of supporting amd64/emt64 ? Am trying to doo an audit of our FreeBSD machines >to see whcih ones will need replacing if and when we move to 64 bits. For amd64, the 'LM' flag will be set in 'AMD Features='. Looking at the code in identcpu.c, I suspect it may be the same for emt64. -- Peter Jeremy