Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2010 10:00:47 +0900
From:      Daichi GOTO <daichi@freebsd.org>
To:        freebsd-emulation@freebsd.org
Subject:   VirtualBox 3.1.8 on current (after ACPICA 20100428 merged)
Message-ID:  <4BF0953F.8000304@freebsd.org>

next in thread | raw e-mail | index | archive | help
Hi VirtualBox guys, thanks for your great work of VirtualBox!

I am trying VirtualBox 3.1.8 port on current, and found
that one needs follow patch to build:

-------------------------------------------------------------------------
--- src/VBox/Devices/PC/vbox.dsl.orig    2010-03-25 15:56:03.000000000 -0400
+++ src/VBox/Devices/PC/vbox.dsl    2010-04-29 19:14:38.000000000 -0400
@@ -1064,7 +1064,7 @@
                               // (all of low memory space)
                       ResourceProducer,        // bit 0 of general 
flags is 0
                       PosDecode,               // positive Decode
-                     MinFixed,                // Range is fixed
+                     MinNotFixed,             // Range is not fixed
                       MaxFixed,                // Range is fixed
                       Cacheable,
                       ReadWrite,
@@ -1073,7 +1073,7 @@

                       0xffdfffff,              // Max = 4GB - 2MB
                       0x00000000,              // Translation
-                     0xdfdfffff,              // Range Length (calculated
+                     0x00000000,              // Range Length (calculated
                                                // dynamically)
                       ,                        // Optional field left blank
                       ,                        // Optional field left blank
-------------------------------------------------------------------------

It is the same situation as VirtualBox 3.2.0-dev on current after
ACPICA 20100428 merged.  How about to add above patch to
VirtualBox 3.1.8 port?

-- 
Daichi GOTO
81-42-316-7945 | daichi@ongs.co.jp | http://www.ongs.co.jp
LinkedIn: http://linkedin.com/in/daichigoto



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BF0953F.8000304>