From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 28 03:53:19 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1537F106566B for ; Sun, 28 Feb 2010 03:53:19 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id E1BDF8FC0C for ; Sun, 28 Feb 2010 03:53:18 +0000 (UTC) Received: by pvg3 with SMTP id 3so515970pvg.13 for ; Sat, 27 Feb 2010 19:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=5CoCgYEZ0ynHjZXfG6k3baGtvNrxRiuUqRjiGAMmeX4=; b=w5Qp+Z3WwQbgnb79kVXpFX4SDF6oy5wsQu16st5rm2wmHUSZcNZIl68eQMpSe3U9iE lwp9zh9CwSIlWAKRCXBzpyukHlW4RoUFX5ZvkwDSlucsHh46RA4pX/lsIMICTKrQFu5e VTEN7DhRb8sZfLdakw4sXEMe0orQq1pykhQpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Sb1vdTOJ9PYJa2fifu6kua3sogz55U6bYTdtkyRmJtByRon3dTegawSxcCtjtyJmkO KiqTHPJEA10tTGIu0gu8LjCowUy6vinCtzrMsW4W0tCpPmYm8rVWIgAbjUVY80M/269T 6Wm0rGHX4KXDg+M2bgTfEO2plqOTFXUc24Sag= MIME-Version: 1.0 Received: by 10.142.74.6 with SMTP id w6mr1508988wfa.7.1267329188423; Sat, 27 Feb 2010 19:53:08 -0800 (PST) In-Reply-To: References: Date: Sat, 27 Feb 2010 19:53:08 -0800 Message-ID: <7d6fde3d1002271953q4e6ec3a5s5f3ea56f3d3e66b6@mail.gmail.com> From: Garrett Cooper To: Alexander Best Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: [patch] extending {amd64|i386} cpu info X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 03:53:19 -0000 On Fri, Feb 26, 2010 at 7:19 PM, Alexander Best wrote: > hi there, > > i always forget how to decipher model and family from the cpu id. of course > there're 3rd party tools to do that for you, but instead i decided to hack the > kernel. ;) > > maybe somebody finds these changes useful. I think that this is very helpful functionality and I vote for it to be committed. Thanks! -Garrett