VirtualBox 3.2.0-beta-1 fails to compile on -current

Michael Butler imb at protected-networks.net
Fri Apr 30 01:02:54 UTC 2010


On 04/29/10 19:23, Jung-uk Kim wrote:
> 
> I read the source again and I found it is not "patched" by the 
> emulator itself.  It's done from usual _CRS method.  Please try the 
> attached patch instead.

Now I get ..

kBuild: iasl DevicesR3 -
/usr/home/imb/svn/virtualbox-ose/work/VirtualBox-3.2.0_OSE/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
/usr/home/imb/svn/virtualbox-ose/work/VirtualBox-3.2.0_OSE/out/freebsd.x86/release/obj/DevicesR3/vboxssdt-cpuhotplug.hex.pre
   14:         Device (SCK0) { Name (_HID, "ACPI0004") Name (_UID,
"SCKCPU0") Processor (CPU0, 0x00, 0x0, 0x0 ) { Name (_HID, "ACPI0007")
Name (_UID, "SCK0-CPU0") Name (_PXM, 0x00) Method(_MAT, 0) { IF
(CPCK(0x00)) { Name (APIC, Buffer (8) {0x00, 0x08, 0x00, 0x00, 0x01})
Return(APIC) } Else { Return (0x00) } } Method(_STA) { IF (CPCK(0x00)) {
Return (0xF) } Else { Return (0x0) } } Method(_EJ0, 1) { Store(0x00,
\_SB.CPUL) Return } } }

Error    4080 -




                                Invalid object type for reserved name ^
 (found INTEGER, requires Buffer)

 .. where the "Return(0x00)" as the alternate result to "Result(APIC)"
is causing an issue,

	imb


More information about the freebsd-emulation mailing list