From owner-freebsd-hackers@FreeBSD.ORG Thu May 31 06:11:20 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 9874B16A41F for ; Thu, 31 May 2007 06:11:20 +0000 (UTC) (envelope-from jkoshy.freebsd@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by mx1.freebsd.org (Postfix) with ESMTP id 5644713C457 for ; Thu, 31 May 2007 06:11:20 +0000 (UTC) (envelope-from jkoshy.freebsd@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so51576nzn for ; Wed, 30 May 2007 23:11:19 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pbnmSurOAuEQsq7fly6RC/HfUwCaPI9W0GI1Ep8fZh/EGKK2RQgyUvrur+p3fAqr54LBiO82YlOOXGNpkhxRMnuHKWttOeSbqbLO7L9MKQKJy3ljeN6A2DE3Na5bcBKFTg+4CFwo7elv9zXRrJqr1lYa3+ayxq5KgIqZL9dEiGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TFf/fV+lSyrAtjlqNxHN+TzvocxZ1OH3XM71TDjXejg+ygJYblcWNBqt+HlI/CmNWS4c6Gf2m5eumAbFIXdfN8ZlQ9Y68vlyENzWwT6Clns/rnBDy/qlknVkPNXYI6TkWApUYV8q4FlBIRduIhukaHXFr+IkDgJJyVOEtyI5vdQ= Received: by 10.114.61.1 with SMTP id j1mr250141waa.1180590223649; Wed, 30 May 2007 22:43:43 -0700 (PDT) Received: by 10.115.92.8 with HTTP; Wed, 30 May 2007 22:43:43 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 05:43:43 +0000 From: "Joseph Koshy" Sender: jkoshy.freebsd@gmail.com To: "Mathieu Prevot" In-Reply-To: <3e473cc60705300527g1b38a6beg6b7e136a1493b0d9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3e473cc60705300527g1b38a6beg6b7e136a1493b0d9@mail.gmail.com> X-Google-Sender-Auth: c8dbaf644705c397 Cc: freebsd-hackers@freebsd.org, FreeBSD SoC admins Subject: Re: 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: Thu, 31 May 2007 06:11:20 -0000 jk> You may need a regular i386 or amd64 PC to run FreeBSD on 'bare metal'. mp> pmc: Unknown Intel CPU. mp> module_register_init: MOD_LOAD (hwpmc, 0xc05b0114, 0xc3662094) error 78 mp> It seems, the module can't achieve initalization.. please help ! When the time comes for hooking up your GUI to hwpmc, I would recommend that you use supported hardware and run FreeBSD on 'bare metal' i.e., not under emulation. --