From 0c481dd448d419708a2cf61f5f845522ad5e474a Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Tue, 18 May 2010 21:09:52 +0000 Subject: - Fix build on CURRENT wit ACPICA 20100428. Reported by: Michael Butler Submitted by: jkim@ Reminded by: sylvio@, daichi@, rnoland@ --- .../files/patch-src-VBox-Devices-PC-vbox.dsl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-vbox.dsl (limited to 'emulators/virtualbox-ose') diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-vbox.dsl b/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-vbox.dsl new file mode 100644 index 000000000000..bfbd0a59debb --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-vbox.dsl @@ -0,0 +1,20 @@ +--- 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 -- cgit v1.2.3