ACPI: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
(smi_cmd changed to smi_command on 2006-06-14)
Line 24: Line 24:
Otherwise, write the value of the ACPI Enable field into the register number pointed to by the smi command field, like so:
Otherwise, write the value of the ACPI Enable field into the register number pointed to by the smi command field, like so:


outb(fadt->smi_cmd,fadt->acpi_enable);
outb(fadt->smi_command,fadt->acpi_enable);


Linux waits 3 seconds for the hardware to change modes.
Linux waits 3 seconds for the hardware to change modes.