From 57890c1e0671f34ef2973d6952da84e68c2f1c48 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sat, 5 Jul 2008 04:12:37 +0000 Subject: Add PCI IDs for EPIA-CN Uses the 0.0 Host bridge CN700/VN800/P4M800CE/Pro and 11.0 ISA bridge devices with their 1106:aa08 subsystem id:s for autodetection. Corresponding to flashrom svn r297 and coreboot v2 svn r3413. Signed-off-by: Peter Stuge Acked-by: Peter Stuge --- board_enable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board_enable.c') diff --git a/board_enable.c b/board_enable.c index c236768..9add366 100644 --- a/board_enable.c +++ b/board_enable.c @@ -595,6 +595,8 @@ struct board_pciid_enable board_pciid_enables[] = { NULL, NULL, "ASUS A7V8-MX SE", board_asus_a7v8x_mx}, {0x1106, 0x3227, 0x1106, 0xAA01, 0x1106, 0x0259, 0x1106, 0xAA01, NULL, NULL, "VIA EPIA SP", board_via_epia_sp}, + {0x1106, 0x0314, 0x1106, 0xaa08, 0x1106, 0x3227, 0x1106, 0xAA08, + NULL, NULL, "VIA EPIA-CN", board_via_epia_sp}, {0x8086, 0x1076, 0x8086, 0x1176, 0x1106, 0x3059, 0x10f1, 0x2498, NULL, NULL, "Tyan Tomcat K7M", board_asus_a7v8x_mx}, {0x10B9, 0x1541, 0x0000, 0x0000, 0x10B9, 0x1533, 0x0000, 0x0000, -- cgit v1.1