RE: 2.4.3 (and possibly 2.4.2) don't enter S5 (ACPI) on shutdown

Grover, Andrew (andrew.grover@intel.com)
Thu, 5 Apr 2001 13:11:47 -0700


> From: Trever L. Adams [mailto:trever_Adams@bigfoot.com]
> 2.4.3 no longer shuts down automatically with S5.
>
> [2.] Full description of the problem/report:
>
> 2.4.3 no longer shuts down automatically with S5. I have an Athlon
> based system using the FIC-SD11 motherboard. In 2.4.1 and possibly
> 2.4.2 the system used to shut down just fine.

This is the most likely culprit. Trevor please let me know if this does it:

--- linux/drivers/acpi/hardware/hwsleep.c.orig Fri Feb 9 11:45:58 2001
+++ linux/drivers/acpi/hardware/hwsleep.c Thu Apr 5 12:11:54 2001
@@ -179,8 +179,6 @@

acpi_hw_register_write(ACPI_MTX_LOCK, PM1_a_CONTROL, PM1_acontrol);
acpi_hw_register_write(ACPI_MTX_LOCK, PM1_b_CONTROL, PM1_bcontrol);
- acpi_hw_register_write(ACPI_MTX_LOCK, PM1_CONTROL,
- (1 << acpi_hw_get_bit_shift (SLP_EN_MASK)));

enable();

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/