mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 05:49:18 +03:00
Converted all code to use the new (X) fields of the FADT.
Internally, everything is ACPI 2.0 date 2000.11.08.18.56.00; author rmoore1; state Exp;
This commit is contained in:
parent
33dcc8a461
commit
1913219251
@ -266,13 +266,14 @@ main (
|
||||
|
||||
/* Need a fake FADT so that the hardware component is happy */
|
||||
|
||||
LocalFADT.Gpe0Blk = 0x70;
|
||||
LocalFADT.XGpe0Blk.Address = 0x70;
|
||||
LocalFADT.XPm1aEvtBlk.Address = 0x80;
|
||||
LocalFADT.XPm1aCntBlk.Address = 0x90;
|
||||
LocalFADT.XPmTmrBlk.Address = 0xA0;
|
||||
|
||||
LocalFADT.Gpe0BlkLen = 8;
|
||||
LocalFADT.Pm1EvtLen = 4;
|
||||
LocalFADT.Pm1CntLen = 4;
|
||||
LocalFADT.Pm1aEvtBlk = 0x80;
|
||||
LocalFADT.Pm1aCntBlk = 0x90;
|
||||
LocalFADT.PmTmrBlk = 0xA0;
|
||||
LocalFADT.PmTmLen = 8;
|
||||
|
||||
AcpiGbl_FADT = &LocalFADT;
|
||||
|
Loading…
Reference in New Issue
Block a user