From owner-freebsd-current@FreeBSD.ORG Fri Aug 12 15:40:10 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 923CB16A41F; Fri, 12 Aug 2005 15:40:10 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1514943D53; Fri, 12 Aug 2005 15:40:07 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j7CFhVbD020995; Fri, 12 Aug 2005 11:43:31 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Fri, 12 Aug 2005 11:39:48 -0400 User-Agent: KMail/1.6.2 References: <20050812104349.GA23209@uci.agh.edu.pl> <20050812134808.GF25162@garage.freebsd.pl> In-Reply-To: <20050812134808.GF25162@garage.freebsd.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Message-Id: <200508121139.52194.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1012/Fri Aug 12 08:05:42 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Pawel Jakub Dawidek Subject: Re: 6.0-BETA2/amd64, v40z and Fatal trap 12: page fault while in kernel mode X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 15:40:10 -0000 On Friday 12 August 2005 09:48 am, Pawel Jakub Dawidek wrote: > On Fri, Aug 12, 2005 at 12:43:51PM +0200, Krzysztof Kowalik wrote: > > By the way... > > +> CPU: Dual Core AMD Opteron(tm) Processor 875 (2192.35-MHz > K8-class CPU) +> Origin = "AuthenticAMD" Id = 0x20f10 Stepping > = 0 > +> > Features=0x178bfbffR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> +> > Features2=0x1 > +> AMD Features=0xe2500800,LM,3DNow+,3DNow> > +> Hyperthreading: 2 logical CPUs > > This is how dual-core processors are detected? > We should probably change this. I had a patch here: http://docs.freebsd.org/cgi/mid.cgi?200505182007.28631.jkim but obrien said that he was working on it: http://docs.freebsd.org/cgi/mid.cgi?20050519010828.GA64608 I don't know the current status though. Jung-uk Kim