From owner-freebsd-stable@FreeBSD.ORG Sat Nov 19 04:57:32 2005 Return-Path: X-Original-To: freebsd-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 7A61B16A41F for ; Sat, 19 Nov 2005 04:57:32 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB6343D49 for ; Sat, 19 Nov 2005 04:57:31 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so304327wxc for ; Fri, 18 Nov 2005 20:57:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LOWKC1g6gorF0RHIW2VkXEAUxHsOi4I9nDDUmgfZlpMF8AtAq+k8CM/anmiouIYFzWmPwvuY1HpnXaocGoc5tJNE+0+3Yfr74yzHKUT2/WMbGkEkR9hIX08wHw+E5nTqEktmwVBUwGKNcI+JYYP/eTYJMh/F/eRWslMretXzQ7E= Received: by 10.70.73.20 with SMTP id v20mr492889wxa; Fri, 18 Nov 2005 20:57:31 -0800 (PST) Received: by 10.70.105.13 with HTTP; Fri, 18 Nov 2005 20:57:31 -0800 (PST) Message-ID: <84dead720511182057w39e2d7d2g37a14a5f4a76f4c4@mail.gmail.com> Date: Sat, 19 Nov 2005 10:27:31 +0530 From: Joseph Koshy To: Stephen Hurd In-Reply-To: <437EABD3.3000004@sasktel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <001f01c5ebbb$96f09c90$5200a8c0@backoffice> <84dead720511172135q5b17a4ecud4b3b586d191fd3e@mail.gmail.com> <437EABD3.3000004@sasktel.net> Cc: freebsd-stable@freebsd.org Subject: Re: PERFMON with Athlon breaks ata. 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: Sat, 19 Nov 2005 04:57:32 -0000 jk>AFAIR, "PERFMON" only supports Pentium and Pentium Pro CPUs. sh> Yeah, wasn't sure... I know the Athlon has a performance sh> counter, but wasn't sure if it was supported etc. Assumed sh> not, but just thought I'd mention it in case it's supposed to sh> work. The Athlon's performance counters are supported by the hwpmc(4) driver in FreeBSD 6.x. See pmcstat(8) for a simple command-line tool and libpmc(3) for an API to use them. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy