From 791265a367a522c18258c2053ad828fb484b01a3 Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Sun, 16 Mar 2008 23:27:50 +0000 Subject: This patch updates the PCI IDs for Intel 3100 devices. Signed-off-by: Ed Swierk Acked-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3155 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/include/arch/acpi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/arch') diff --git a/src/arch/i386/include/arch/acpi.h b/src/arch/i386/include/arch/acpi.h index a69d8ca00f..5c0e73f181 100644 --- a/src/arch/i386/include/arch/acpi.h +++ b/src/arch/i386/include/arch/acpi.h @@ -31,14 +31,14 @@ typedef unsigned long long u64; #define SLIT_NAME "SLIT" #define RSDT_TABLE "RSDT " -#define HPET_TABLE "AMD64 " +#define HPET_TABLE "HPET " #define MCFG_TABLE "MCFG " #define MADT_TABLE "MADT " #define SRAT_TABLE "SRAT " #define SLIT_TABLE "SLIT " -#define OEM_ID "LXBIOS" -#define ASLC "NONE" +#define OEM_ID "COREv2" +#define ASLC "CORE" /* ACPI 2.0 table RSDP */ -- cgit v1.2.3