Bug 1653
Summary: | _GTS must be executed just prior to setting the sleep enable bit in PM1 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Luming Yu (luming.yu) |
Component: | Power-Sleep-Wake | Assignee: | Robert Moore (Robert.Moore) |
Status: | REJECTED WILL_NOT_FIX | ||
Severity: | normal | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | a patch for fixing this issue |
Description
Luming Yu
2003-12-08 00:07:56 UTC
Created attachment 1630 [details]
a patch for fixing this issue
just move _GTS to right place.
This may require more investigation. Apparently "Other" ACPI implementations do not do this, and they may never do this, regardless of what the spec says. Bob perhaps we should make calling _GTS configurable then, in case it works on some BIOS and doesn't on others? Unless this proves to be a problem on a particular machine, I would rather not change the code, especially since we believe that it currently behaves exactly the same as Windows. |