VirtualBox

Changeset 29243 in vbox


Ignore:
Timestamp:
May 8, 2010 4:24:43 PM (15 years ago)
Author:
vboxsync
Message:

Always return the APIC buffer even if the APIC is disabled. Fixes compilation with new iasl versions. Contributed by Bernhard Froehlich and Jung-uk Kim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/vbox-cpuhotplug.dsl

    r28800 r29243  
    5050            Method(_MAT, 0)                                                \
    5151            {                                                              \
     52                Name (APIC, Buffer (8) {0x00, 0x08, id, id})               \
    5253                IF (CPCK(id))                                              \
    5354                {                                                          \
    54                     Name (APIC, Buffer (8) {0x00, 0x08, id, id, 0x01})     \
    55                     Return(APIC)                                           \
     55                    Store (One, Index (APIC, 4))                           \
    5656                }                                                          \
    5757                Else                                                       \
    5858                {                                                          \
    59                     Return (0x00)                                          \
     59                    Store (Zero, Index (APIC, 4))                          \
    6060                }                                                          \
     61                Return (APIC)                                              \
    6162            }                                                              \
    6263            Method(_STA) /* Used for device presence detection */          \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette