Changes between Version 5 and Version 6 of TestingGuide
- Timestamp:
- Oct 19, 2011, 7:52:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingGuide
v5 v6 11 11 PSD=ACPI.PSD 12 12 13 If this normal configuration doesn't work properly additional steps can be taken 14 to restrict the PSD operation. 13 This default, normal configuration attempts to start the system in Symmetric Mode, 14 or APIC mode 2, or just Mode 2. You can always tell what mode the system is running 15 in by using the !AcpiStat utility included in the distribution package. In fact, the 16 !AcpiStat utility is the only way to determine what mode the system is running in. 17 If this normal configuration doesn't work properly additional steps can be taken to 18 restrict the PSD operation. 15 19 16 20 If you suspect IO interrupt configuration issues or PCI configuration issues, … … 18 22 alter the IO interrupt configuration and does not alter the PCI configuration 19 23 from the way the BIOS has set it up. The APICs are enabled and multiple CPUs 20 are enabled. ACPI and OEMHELP services are also available. 24 are enabled. This is known as Virtual Wire mode or APIC mode 1, or just Mode 1. 25 ACPI and OEMHELP services are still available in Mode 1. 21 26 22 27 If you suspect multiple CPU issues such as reentrancy problems you can prevent … … 30 35 This system configuration remains in the state that BIOS has setup. The only 31 36 reason you would want to run a system with the /PIC switch is for testing 32 purposes. ACPI and OEMHELP services are still available in this mode. 37 purposes. This is know as PIC mode, or Mode 0. ACPI and OEMHELP services are 38 still available in Mode 0. 33 39 34 40 Your testing order should be: