diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-16 00:06:42 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-16 00:06:42 +0000 |
commit | 99f75793c1efbce8e0cde24d811ed1789a257604 (patch) | |
tree | 9bc1098eeee582bdc1492edfa0468a510c6573bf /src/arch/i386/include | |
parent | 30a4a936cb99dbed9206ca49ae39e897497274b9 (diff) |
fix APCI typos.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5130 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r-- | src/arch/i386/include/arch/acpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/arch/acpi.h b/src/arch/i386/include/arch/acpi.h index 110804b4fa..f28a0e97ea 100644 --- a/src/arch/i386/include/arch/acpi.h +++ b/src/arch/i386/include/arch/acpi.h @@ -42,7 +42,7 @@ typedef struct acpi_rsdp { char signature[8]; /* RSDP signature "RSD PTR" */ u8 checksum; /* checksum of the first 20 bytes */ char oem_id[6]; /* OEM ID, "LXBIOS" */ - u8 revision; /* 0 for APCI 1.0, 2 for ACPI 2.0/3.0 */ + u8 revision; /* 0 for ACPI 1.0, 2 for ACPI 2.0/3.0 */ u32 rsdt_address; /* physical address of RSDT */ u32 length; /* total length of RSDP (including extended part) */ u64 xsdt_address; /* physical address of XSDT */ |