summaryrefslogtreecommitdiff
blob: 9b7526ffa97ac68901636f96aca733da6cbd99dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# http://www.mail-archive.com/freebsd-emulation@freebsd.org/msg00197.html

--- VirtualBox-3.1.8_OSE/src/VBox/Devices/PC/vbox.dsl
+++ VirtualBox-3.1.8_OSE/src/VBox/Devices/PC/vbox.dsl
@@ -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 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