Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: -current's ACPI poweroff still does not work on ASUS A7M266-D
>>>>> "Jared" == Jared D McNeill <jmcneill%invisible.ca@localhost> writes:
Jared> Can you sprinkle some printfs starting in
Jared> sys/dev/acpi/acpi.c:acpi_enter_sleep_state() to help us
Jared> determine where you are getting stuck?
The machine gets stuck during
/* Run the _PTS and _GTS methods */
Status = AcpiEvaluateObject (NULL, METHOD_NAME__PTS, &ArgList, NULL);
in AcpiEnterSleepStatePrep in sys/dist/acpica/hwsleep.c. Increasing
ACPI_DEBUG_DEFAULT to
(ACPI_LV_INIT | ACPI_LV_WARN | ACPI_LV_ERROR | ACPI_LV_INFO |
ACPI_LV_DEBUG_OBJECT)
produces the following last output
Execute Method: [\_PTS] (Node 0xc1c0cce8)
exregion-0378 [60] ExSystemIoSpaceHandler: System-IO (width 8) R/W 1
Address=0000000000000072
exregion-0378 [59] ExSystemIoSpaceHandler: System-IO (width 8) R/W 0
Address=0000000000000073
exregion-0378 [60] ExSystemIoSpaceHandler: System-IO (width 8) R/W 1
Address=0000000000000072
exregion-0378 [60] ExSystemIoSpaceHandler: System-IO (width 8) R/W 1
Address=0000000000000073
before the machine hangs up.
Markus.
Home |
Main Index |
Thread Index |
Old Index