Changeset 25847 in vbox
- Timestamp:
- Jan 14, 2010 9:28:19 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56630
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
r25846 r25847 170 170 Method(_EJ0, 1) 171 171 { 172 Store(0x 2, \_SB.CPUL) // Unlock the CPU172 Store(0x1, \_SB.CPUL) // Unlock the CPU 173 173 Return 174 174 } … … 196 196 Method(_EJ0, 1) 197 197 { 198 Store(0x 4, \_SB.CPUL) // Unlock the CPU198 Store(0x2, \_SB.CPUL) // Unlock the CPU 199 199 Return 200 200 } … … 222 222 Method(_EJ0, 1) 223 223 { 224 Store(0x 8, \_SB.CPUL) // Unlock the CPU224 Store(0x3, \_SB.CPUL) // Unlock the CPU 225 225 Return 226 226 } … … 248 248 Method(_EJ0, 1) 249 249 { 250 Store(0x 10, \_SB.CPUL) // Unlock the CPU250 Store(0x4, \_SB.CPUL) // Unlock the CPU 251 251 Return 252 252 } … … 274 274 Method(_EJ0, 1) 275 275 { 276 Store(0x 20, \_SB.CPUL) // Unlock the CPU276 Store(0x5, \_SB.CPUL) // Unlock the CPU 277 277 Return 278 278 } … … 300 300 Method(_EJ0, 1) 301 301 { 302 Store(0x 40, \_SB.CPUL) // Unlock the CPU302 Store(0x6, \_SB.CPUL) // Unlock the CPU 303 303 Return 304 304 } … … 326 326 Method(_EJ0, 1) 327 327 { 328 Store(0x 80, \_SB.CPUL) // Unlock the CPU328 Store(0x7, \_SB.CPUL) // Unlock the CPU 329 329 Return 330 330 } … … 352 352 Method(_EJ0, 1) 353 353 { 354 Store(0x 100, \_SB.CPUL) // Unlock the CPU354 Store(0x8, \_SB.CPUL) // Unlock the CPU 355 355 Return 356 356 } … … 378 378 Method(_EJ0, 1) 379 379 { 380 Store(0x 200, \_SB.CPUL) // Unlock the CPU380 Store(0x9, \_SB.CPUL) // Unlock the CPU 381 381 Return 382 382 } … … 404 404 Method(_EJ0, 1) 405 405 { 406 Store(0x 400, \_SB.CPUL) // Unlock the CPU406 Store(0xa, \_SB.CPUL) // Unlock the CPU 407 407 Return 408 408 } … … 430 430 Method(_EJ0, 1) 431 431 { 432 Store(0x 800, \_SB.CPUL) // Unlock the CPU432 Store(0xb, \_SB.CPUL) // Unlock the CPU 433 433 Return 434 434 } … … 456 456 Method(_EJ0, 1) 457 457 { 458 Store(0x 1000, \_SB.CPUL) // Unlock the CPU458 Store(0xc, \_SB.CPUL) // Unlock the CPU 459 459 Return 460 460 } … … 482 482 Method(_EJ0, 1) 483 483 { 484 Store(0x 2000, \_SB.CPUL) // Unlock the CPU484 Store(0xd, \_SB.CPUL) // Unlock the CPU 485 485 Return 486 486 } … … 508 508 Method(_EJ0, 1) 509 509 { 510 Store(0x 4000, \_SB.CPUL) // Unlock the CPU510 Store(0xe, \_SB.CPUL) // Unlock the CPU 511 511 Return 512 512 } … … 534 534 Method(_EJ0, 1) 535 535 { 536 Store(0x 8000, \_SB.CPUL) // Unlock the CPU536 Store(0xf, \_SB.CPUL) // Unlock the CPU 537 537 Return 538 538 } … … 560 560 Method(_EJ0, 1) 561 561 { 562 Store(0x10 000, \_SB.CPUL) // Unlock the CPU562 Store(0x10, \_SB.CPUL) // Unlock the CPU 563 563 Return 564 564 } … … 586 586 Method(_EJ0, 1) 587 587 { 588 Store(0x 20000, \_SB.CPUL) // Unlock the CPU588 Store(0x11, \_SB.CPUL) // Unlock the CPU 589 589 Return 590 590 } … … 612 612 Method(_EJ0, 1) 613 613 { 614 Store(0x 40000, \_SB.CPUL) // Unlock the CPU614 Store(0x12, \_SB.CPUL) // Unlock the CPU 615 615 Return 616 616 } … … 638 638 Method(_EJ0, 1) 639 639 { 640 Store(0x 80000, \_SB.CPUL) // Unlock the CPU640 Store(0x13, \_SB.CPUL) // Unlock the CPU 641 641 Return 642 642 } … … 664 664 Method(_EJ0, 1) 665 665 { 666 Store(0x1 00000, \_SB.CPUL) // Unlock the CPU666 Store(0x14, \_SB.CPUL) // Unlock the CPU 667 667 Return 668 668 } … … 690 690 Method(_EJ0, 1) 691 691 { 692 Store(0x 200000, \_SB.CPUL) // Unlock the CPU692 Store(0x15, \_SB.CPUL) // Unlock the CPU 693 693 Return 694 694 } … … 716 716 Method(_EJ0, 1) 717 717 { 718 Store(0x 400000, \_SB.CPUL) // Unlock the CPU718 Store(0x16, \_SB.CPUL) // Unlock the CPU 719 719 Return 720 720 } … … 742 742 Method(_EJ0, 1) 743 743 { 744 Store(0x 800000, \_SB.CPUL) // Unlock the CPU744 Store(0x17, \_SB.CPUL) // Unlock the CPU 745 745 Return 746 746 } … … 768 768 Method(_EJ0, 1) 769 769 { 770 Store(0x1 000000, \_SB.CPUL) // Unlock the CPU770 Store(0x18, \_SB.CPUL) // Unlock the CPU 771 771 Return 772 772 } … … 794 794 Method(_EJ0, 1) 795 795 { 796 Store(0x 2000000, \_SB.CPUL) // Unlock the CPU796 Store(0x19, \_SB.CPUL) // Unlock the CPU 797 797 Return 798 798 } … … 820 820 Method(_EJ0, 1) 821 821 { 822 Store(0x 4000000, \_SB.CPUL) // Unlock the CPU822 Store(0x1a, \_SB.CPUL) // Unlock the CPU 823 823 Return 824 824 } … … 846 846 Method(_EJ0, 1) 847 847 { 848 Store(0x 8000000, \_SB.CPUL) // Unlock the CPU848 Store(0x1b, \_SB.CPUL) // Unlock the CPU 849 849 Return 850 850 } … … 872 872 Method(_EJ0, 1) 873 873 { 874 Store(0x1 0000000, \_SB.CPUL) // Unlock the CPU874 Store(0x1c, \_SB.CPUL) // Unlock the CPU 875 875 Return 876 876 } … … 898 898 Method(_EJ0, 1) 899 899 { 900 Store(0x 20000000, \_SB.CPUL) // Unlock the CPU900 Store(0x1d, \_SB.CPUL) // Unlock the CPU 901 901 Return 902 902 } … … 924 924 Method(_EJ0, 1) 925 925 { 926 Store(0x 40000000, \_SB.CPUL) // Unlock the CPU926 Store(0x1e, \_SB.CPUL) // Unlock the CPU 927 927 Return 928 928 } … … 950 950 Method(_EJ0, 1) 951 951 { 952 Store(0x 80000000, \_SB.CPUL) // Unlock the CPU952 Store(0x1f, \_SB.CPUL) // Unlock the CPU 953 953 Return 954 954 }
Note:
See TracChangeset
for help on using the changeset viewer.