379ce3f230
- Mark broken on FreeBSD < 8.0 - Fix lib32 checks to use /usr/lib32/libc.so - R0 memobj rewrite [1] - Fix INVARIANTS warning: acquiring duplicate lock of same type: "IPRT Fast Mutex Semaphore" [1] Submitted by: Andriy Gapon <avg@FreeBSD.org> [1] Obtained from: redports.org/~virtualbox/
20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
--- src/VBox/Devices/PC/vbox.dsl.orig 2011-04-28 10:00:53.000000000 +0200
|
|
+++ src/VBox/Devices/PC/vbox.dsl 2011-07-25 19:36:06.000000000 +0200
|
|
@@ -1161,7 +1161,7 @@
|
|
// (all of low memory space)
|
|
ResourceProducer, // bit 0 of general flags is 0
|
|
PosDecode, // positive Decode
|
|
- MinNotFixed, // Range is not fixed
|
|
+ MinFixed, // Range is not fixed
|
|
MaxFixed, // Range is fixed
|
|
Cacheable,
|
|
ReadWrite,
|
|
@@ -1170,7 +1170,7 @@
|
|
|
|
0xffdfffff, // Max = 4GB - 2MB
|
|
0x00000000, // Translation
|
|
- 0x00000000, // Range Length (calculated
|
|
+ 0xffe00000, // Range Length (calculated
|
|
// dynamically)
|
|
, // Optional field left blank
|
|
, // Optional field left blank
|