From owner-freebsd-current@FreeBSD.ORG Tue Jan 29 03:28:03 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E60D624B; Tue, 29 Jan 2013 03:28:03 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id 33AD4213; Tue, 29 Jan 2013 03:28:02 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c50so1677793eek.2 for ; Mon, 28 Jan 2013 19:27:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=4vzkCDsiPRGoddXBvHFBZvmO8DvqNN9F7Juld5PJq+A=; b=HXVPXY/nTZTJ8KnkIJqOV3Gxr4K3Qh35RMr1a5oBrugpZV+XZ5fyf2fBozhXN7kDZi QR6O6v2zycko55VN4k7SGyvXTPXxG5iZVDH8++I+cPfAz0jkApSaogt1JLE4xzuJXWfN SWg9WDVrKXegoRO1R9pvknI77BObAgChfSN/NPgKMLstP1/vfHSndx27hB/Jgx+fKImt cGYZX0AI1cqC5aZgnYRU/Rv7wuGpNgKCx/Xs2B/AGBKT60egfRpDMCzf+8nS1t2KdmBP DNv3KDzqZsJA7GgxkNy2yHvYKPN3v/vrvqHBsn95u5XY+QMvgLO/A00aZlKlfa8FJ6jy iaAQ== MIME-Version: 1.0 X-Received: by 10.14.219.3 with SMTP id l3mr306603eep.5.1359430075885; Mon, 28 Jan 2013 19:27:55 -0800 (PST) Received: by 10.14.29.78 with HTTP; Mon, 28 Jan 2013 19:27:55 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Jan 2013 19:27:55 -0800 Message-ID: Subject: Re: hwpmc support for Ivy Bridge Xeon From: hiren panchasara To: freebsd-current Content-Type: text/plain; charset=UTF-8 Cc: Jim Harris , Fabien Thomas X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 29 Jan 2013 03:28:04 -0000 On Sat, Jan 26, 2013 at 1:58 AM, hiren panchasara wrote: > I've tried to update hwpmc by adding support for xeon class of Ivy > bridge processors. > > Thanks Jim for pointing me to the correct document. (325462-045US Jan 2013) > > I do not have a reference machine to test with. Any help in that > regard would be appreciated. Got a machine with ivy bridge xeon. Will test my changes and update here soon. Hiren > > Here are the diffs against head (245927): > http://www.strugglingcoder.info/patches/hwpmc_ibx.txt > > Thanks, > Hiren