From owner-freebsd-hackers@FreeBSD.ORG Wed May 30 12:55:15 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 211D716A46E for ; Wed, 30 May 2007 12:55:15 +0000 (UTC) (envelope-from mathieu.prevot@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id A05E313C469 for ; Wed, 30 May 2007 12:55:14 +0000 (UTC) (envelope-from mathieu.prevot@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1808059mue for ; Wed, 30 May 2007 05:55:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Wt8enHDexDvij2gjfnnFz6tXaAHf4bRzxxJtP4AkEW7ukTk5LCFFjYQRCWYnHE8f0YzLsdfp+1EJR5H71TUXChg5nmhklbfzMu6NREr9eh0Mho+tBqMbUbQGmN0qnHr7k6pI+pMXmTYzKUEkBhR22Joto6uHVnv0rV1cpJl0dZs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=kEcDI1dQKHDMqfXkFiEMItABFQmpXst7tpdxbiUWct+iVJ//Io2x5OdaNXEil6DyhrxF3NkTF9ASgnTMUcHFYr0fOJoDNHXkmNU+ML+rdoOZ9eeANk/Yq4eZe2Vm4heTUTKNi9gq6VCbv7ISFKii5qQwjUsHqUhnvO4utQzP8M0= Received: by 10.82.180.17 with SMTP id c17mr13869600buf.1180528055667; Wed, 30 May 2007 05:27:35 -0700 (PDT) Received: by 10.82.119.14 with HTTP; Wed, 30 May 2007 05:27:35 -0700 (PDT) Message-ID: <3e473cc60705300527g1b38a6beg6b7e136a1493b0d9@mail.gmail.com> Date: Wed, 30 May 2007 14:27:35 +0200 From: "Mathieu Prevot" Sender: mathieu.prevot@gmail.com To: "Joseph Koshy" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 99e2e02386651464 Cc: freebsd-hackers@freebsd.org, FreeBSD SoC admins Subject: SoC / PMC 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: Wed, 30 May 2007 12:55:15 -0000 2007/5/25, Joseph Koshy : > Do you intend to run FreeBSD under Parallels? If so you > may need to check if Parallels emulates PMC hardware > correctly. The other emulators do not. You may need a > regular i386 or amd64 PC to run FreeBSD on 'bare metal'. I compiled a SMP (seems not to detect 2 CPUs) kernel on a black macbook (Intel Core 2 Duo) under parallels (Build 3188), with 'options HWPMC_HOOKS'. After reboot, I `kldload hwpmc` and obtain: pmc: Unknown Intel CPU. module_register_init: MOD_LOAD (hwpmc, 0xc05b0114, 0xc3662094) error 78 It seems, the module can't achieve initalization.. please help ! Mathieu