Displaying 2 results from an estimated 2 matches for "resourceconsumer".
2006 Aug 16
0
[PATCH]HVM acpi dsdt table update
...t; for memory range
0xC0000~0xFFFFF and IO 0x378
2)Make consistent with non-acpi os by enabling LPT1, remove com2 which
is conflict with usb mouse
3)Fixed the USB HID-Compliant mouse when set usbdevice=''tablet''/''mouse''
4)Fixed Vista boot by removing old NIC "resourceConsumer"
Signed-off-by: Winston Wang <winston.l.wang@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jan 18
7
[Patch] Make memory hole for PCI Express bigger and prevent roll-over
...ig here, in
+ * case there is a device that needs a lot of address space
+ * (like a modern graphics card). This is only a potential
+ * issue on a 32-bit guest if you are assigning it more than
+ * ~3G of RAM
+ */
DWordMemory(
ResourceConsumer, PosDecode, MinFixed, MaxFixed,
Cacheable, ReadWrite,
0x00000000,
- 0xF0000000,
+ 0xC0000000,
0xF4FFFFFF,
0x00000000,
- 0x05000000...