All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux does not use new ACPI 3.0 FADT Fixed Feature Flags
@ 2008-03-26  1:26 Len Brown
  0 siblings, 0 replies; only message in thread
From: Len Brown @ 2008-03-26  1:26 UTC (permalink / raw)
  To: linux-acpi

Hmmm,
While ACPI defines these bits that are new with ACPI 3.0,
Linux doesn't talk to them yet...

#define ACPI_FADT_PCI_EXPRESS_WAKE  (1<<14)     /* 14: System supports PCIEXP_WAKE (STS/EN) bits (ACPI 3.0) */
#define ACPI_FADT_PLATFORM_CLOCK    (1<<15)     /* 15: OSPM should use platform-provided timer (ACPI 3.0) */
#define ACPI_FADT_S4_RTC_VALID      (1<<16)     /* 16: Contents of RTC_STS valid after S4 wake (ACPI 3.0) */
#define ACPI_FADT_REMOTE_POWER_ON   (1<<17)     /* 17: System is compatible with remote power on (ACPI 3.0) */
#define ACPI_FADT_APIC_CLUSTER      (1<<18)     /* 18: All local APICs must use cluster model (ACPI 3.0) */
#define ACPI_FADT_APIC_PHYSICAL     (1<<19)     /* 19: All local x_aPICs must use physical dest mode (ACPI 3.0) */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-26  1:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-26  1:26 Linux does not use new ACPI 3.0 FADT Fixed Feature Flags Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.