This patch updates the PCI IDs for Intel 3100 devices.
Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3155 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a4b901e3ef
commit
791265a367
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue