aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2010-05-19 05:09:52 +0800
committerbeat <beat@FreeBSD.org>2010-05-19 05:09:52 +0800
commit16cc33503f3095c2b89e394eb5907b35ca309038 (patch)
treebf1130485c71f61b3f4555902c9bcd110e922b8b /emulators
parent91fae4ffcd0ef86eaec725c39bf4fbf0da077578 (diff)
downloadfreebsd-ports-graphics-16cc33503f3095c2b89e394eb5907b35ca309038.tar.gz
freebsd-ports-graphics-16cc33503f3095c2b89e394eb5907b35ca309038.tar.zst
freebsd-ports-graphics-16cc33503f3095c2b89e394eb5907b35ca309038.zip
- Fix build on CURRENT wit ACPICA 20100428.
Reported by: Michael Butler <imb AT protected-networks.net> Submitted by: jkim@ Reminded by: sylvio@, daichi@, rnoland@
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-PC-vbox.dsl20
-rw-r--r--emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-vbox.dsl20
2 files changed, 40 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-PC-vbox.dsl b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Devices-PC-vbox.dsl
new file mode 100644
index 00000000000..bfbd0a59deb
--- /dev/null
+++ b/emulators/virtualbox-ose-legacy/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
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 00000000000..bfbd0a59deb
--- /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