From owner-freebsd-arch@FreeBSD.ORG Thu Apr 23 12:40:33 2009 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 967921065686; Thu, 23 Apr 2009 12:40:33 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 63F4F8FC25; Thu, 23 Apr 2009 12:40:33 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so470653rvb.43 for ; Thu, 23 Apr 2009 05:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Nu6rH13k09tYFx722MHcO/8X2sy1QsomXcTLFNSL584=; b=W4oQAttY4ypKM+Pytjq+sDJewTRgdzmqlWv2/ZXbPPWZDUqw3C1POkclGCLU2gIYxH wpU6tjZ0g4CkA4w6J5MGwFNRMqW358LTs9leizO6FST+QJ/alQyediB9GrrvmH5ShPaM aGeIXkeiuagsrh/2wteLI3U0hRUdEmCUvgvkM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=bgfOICsnyGh9o/tSiNK426a4FWgGrUyLTuAiCi6N4WekLzD1vxnlpPLYUjUYzfMhxu wOfo3A0FiMaLyrv33chK2p6jFffCtXwZfHZFqUnPSbtmKCeBm9m3Ziv3eRYGJr1ayAIx ea35JNDxTeW3NBe/tQa2qorW2IW6QlKVoAjaA= MIME-Version: 1.0 Sender: joseph.koshy@gmail.com Received: by 10.142.180.10 with SMTP id c10mr327687wff.121.1240488964170; Thu, 23 Apr 2009 05:16:04 -0700 (PDT) In-Reply-To: <200904221751.23535.jhb@freebsd.org> References: <200904221751.23535.jhb@freebsd.org> Date: Thu, 23 Apr 2009 17:46:04 +0530 X-Google-Sender-Auth: 3b2dd798a74a318f Message-ID: <84dead720904230516q5a236fe7idf3133661077c2eb@mail.gmail.com> From: Joseph Koshy To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: arch@freebsd.org Subject: Re: Removing the perfmon(4) driver X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jkoshy@freebsd.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 12:40:33 -0000 > Are there any objections to removing perform(4)? As also replied in private mail, hwpmc(4) doesn't currently support Pentium CPUs. Koshy