Changeset 29243 in vbox
- Timestamp:
- May 8, 2010 4:24:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
r28800 r29243 50 50 Method(_MAT, 0) \ 51 51 { \ 52 Name (APIC, Buffer (8) {0x00, 0x08, id, id}) \ 52 53 IF (CPCK(id)) \ 53 54 { \ 54 Name (APIC, Buffer (8) {0x00, 0x08, id, id, 0x01}) \ 55 Return(APIC) \ 55 Store (One, Index (APIC, 4)) \ 56 56 } \ 57 57 Else \ 58 58 { \ 59 Return (0x00)\59 Store (Zero, Index (APIC, 4)) \ 60 60 } \ 61 Return (APIC) \ 61 62 } \ 62 63 Method(_STA) /* Used for device presence detection */ \
Note:
See TracChangeset
for help on using the changeset viewer.