From owner-freebsd-current@FreeBSD.ORG Wed Apr 19 20:19:40 2006 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 57F9D16A403; Wed, 19 Apr 2006 20:19:40 +0000 (UTC) (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 D61B543D48; Wed, 19 Apr 2006 20:19:39 +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 k3JKJcIs004701; Wed, 19 Apr 2006 16:19:38 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Wed, 19 Apr 2006 16:19:23 -0400 User-Agent: KMail/1.6.2 References: <1145467346.32933.8.camel@BrutusBSD.rochester.rr.com> <20060419203500.1b6fe404@Magellan.Leidinger.net> <200604191528.22342.jkim@FreeBSD.org> In-Reply-To: <200604191528.22342.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200604191619.25287.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1408/Wed Apr 19 11:13:11 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Leidinger , Benjamin Adams , John Baldwin Subject: Re: IBM T60 dmsg 6.1-RC1 (problems will test patches) 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: Wed, 19 Apr 2006 20:19:40 -0000 On Wednesday 19 April 2006 03:28 pm, Jung-uk Kim wrote: > RELENG_6 does not *display* number of cores but -CURRENT should: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/identcpu. >c.diff?r1=1.136&r2=1.140 > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/i386/identcpu.c. >diff?r1=1.150&r2=1.145 > > One thing that I neglected to MFC... :-( Here is patch for RELENG_6 and RELENG_6_1 for multicore detection: http://people.freebsd.org/~jkim/multicore-RELENG_6.diff Jung-uk Kim