From owner-freebsd-current@FreeBSD.ORG Sat Aug 4 21:26:01 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD79D106564A; Sat, 4 Aug 2012 21:26:01 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 80AC58FC0A; Sat, 4 Aug 2012 21:26:01 +0000 (UTC) Received: by obbun3 with SMTP id un3so4097711obb.13 for ; Sat, 04 Aug 2012 14:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dpnB7XaV3q7pn1uqUB62zmEw4oPH56hmoHOj5kay07s=; b=mh6MqVuXZV/G+cL9VvyfzfrP+f7YDwnc2B49IdiEHG1poyeyeRpzwYwIf/jNfUvw/2 59MDbCaAprBX2qk75CU4zoLi805AhYicX2lbAzS7464zMGrvAlX0jDuZ9wsO5yGyzgXu JubvO/9tqvr+67JCMlgSmsBesFvsqOICM77P0/qQzVHeVJapwneuttZeAFjeWjYLP0L8 Zbs5l7lo6KGO/b5du8PYGLthdicFBUUuKDw3qPP+amJwsHdudpobARMxmhBSYZpbpjNz E0RdcKnUh3iK3TwoLl9H9/jtTi9sBgLmJY06OIfUpzSGSsq7StH/Jg8/lzQqGnzYnk7A M98w== MIME-Version: 1.0 Received: by 10.182.2.233 with SMTP id 9mr12113923obx.11.1344115560944; Sat, 04 Aug 2012 14:26:00 -0700 (PDT) Received: by 10.76.84.7 with HTTP; Sat, 4 Aug 2012 14:26:00 -0700 (PDT) In-Reply-To: <501D8589.50205@FreeBSD.org> References: <501A323E.6000106@zedat.fu-berlin.de> <1343972667.4952.5.camel@Nokia-N900-42-11> <20120803134123.GA52965@onelab2.iet.unipi.it> <501CD1F8.1070404@zedat.fu-berlin.de> <501D8589.50205@FreeBSD.org> Date: Sat, 4 Aug 2012 14:26:00 -0700 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current , "O. Hartmann" Subject: Re: VirtualBox: Eating up 100% CPU, freezing Windows 7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 04 Aug 2012 21:26:01 -0000 On Sat, Aug 4, 2012 at 1:26 PM, Doug Barton wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 08/04/2012 00:40, O. Hartmann wrote: >> No, also in my case. I build world and the VBox software with each >> kernel - usually. > > You can ensure that by putting this in src.conf: > > PORTS_MODULES= emulators/virtualbox-ose-kmod > > You can place other modules in that list as well. I use vbox so you can > be pretty confident that this is going to keep working. :) That doesn't work because what variables are defined in the kernel compile that get passed through to the port's autoconf. I've seen it for a while but I need to figure out what to pass through exactly to make things work. That or I'll just file a PR and get back to it later. Thanks, -Garrett