oops. sorry, wrong checkin. This patch backs out r3155 and instead contains the

code it should have contained.

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@3160 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ed Swierk
2008-03-16 23:43:04 +00:00
committed by Stefan Reinauer
parent 354e2d3dc1
commit 4f83d7ed96
2 changed files with 10 additions and 10 deletions

View File

@@ -31,14 +31,14 @@ typedef unsigned long long u64;
#define SLIT_NAME "SLIT"
#define RSDT_TABLE "RSDT "
#define HPET_TABLE "HPET "
#define HPET_TABLE "AMD64 "
#define MCFG_TABLE "MCFG "
#define MADT_TABLE "MADT "
#define SRAT_TABLE "SRAT "
#define SLIT_TABLE "SLIT "
#define OEM_ID "COREv2"
#define ASLC "CORE"
#define OEM_ID "LXBIOS"
#define ASLC "NONE"
/* ACPI 2.0 table RSDP */