From owner-freebsd-current@FreeBSD.ORG Fri Jul 22 23:12:05 2011 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 CE47F106566B; Fri, 22 Jul 2011 23:12:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 8573C8FC18; Fri, 22 Jul 2011 23:12:05 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-149-241.nc.res.rr.com [65.190.149.241]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p6MNC1ik097196 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 22 Jul 2011 19:12:02 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4E2A03C1.1030501@FreeBSD.org> Date: Fri, 22 Jul 2011 19:12:01 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110531 Thunderbird/3.1.10 MIME-Version: 1.0 To: Scot Hetzel References: <4E263EFE.3040200@FreeBSD.org> <201107200904.45647.jhb@freebsd.org> <4E275529.7050802@FreeBSD.org> <201107211153.23979.jhb@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Fri, 22 Jul 2011 19:12:02 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: freebsd-current@FreeBSD.org, Bernhard Froehlich , John Baldwin Subject: Re: em problem in virtualbox since the weekend 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: Fri, 22 Jul 2011 23:12:05 -0000 On 07/21/11 15:10, Scot Hetzel wrote: > On Thu, Jul 21, 2011 at 10:53 AM, John Baldwin wrote: >> Hmm, so there does look to be a reasonable _CRS method. Oh, I think I see >> what I don't like: >> >> DWordMemory (ResourceProducer, PosDecode, MinNotFixed, MaxFixed, Cacheable, ReadWrite, >> 0x00000000, // Granularity >> 0x00000000, // Range Minimum >> 0xFFDFFFFF, // Range Maximum >> 0x00000000, // Translation Offset >> 0x00000000, // Length >> ,, _Y01, AddressRangeMemory, TypeStatic) >> > > This patch fixed the problem with my recent install of FreeBSD 9.0 on > VirtualBox. > > Thanks for the fix. > Same here, thanks! Steve