we had a mismatch on IRC (nickname clr) where the board enable was executed on an EP-9NPA7I (9 not 8!). he had some other issues too which have to be dealt with, but to be on the safe side i created this patch so that we don't forget about it. i rechecked the lspci and found no better ids, so we have to rely on DMI.
pattern used: "8NPA7I" related DMI strings: DMI string baseboard-product-name: "nForce4 DDR: 8NPA7I, 8NPA7I/G, 8NPAI, 8NPAI/G Series" DMI string baseboard-product-name: "nForce4 DDR: 9NPA7I / 9NPAI Series" -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner
>From ab1a3b2dc4a9f3795228ab6664967b99609f223d Mon Sep 17 00:00:00 2001 From: Stefan Tauner <[email protected]> Date: Tue, 14 Jun 2011 10:32:42 +0200 Subject: [PATCH] add a DMI match pattern to the board enable of EP-8NPA7I Signed-off-by: Stefan Tauner <[email protected]> --- board_enable.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board_enable.c b/board_enable.c index 42cbd79..a582f7c 100644 --- a/board_enable.c +++ b/board_enable.c @@ -2015,7 +2015,7 @@ const struct board_pciid_enable board_pciid_enables[] = { {0x10de, 0x03ea, 0x1019, 0x2602, 0x10de, 0x03e0, 0x1019, 0x2602, NULL, NULL, NULL, P3, "Elitegroup", "GeForce6100SM-M", 0, OK, board_ecs_geforce6100sm_m}, {0x1106, 0x3038, 0x1019, 0x0996, 0x1106, 0x3177, 0x1019, 0x0996, NULL, NULL, NULL, P3, "Elitegroup", "K7VTA3", 256, OK, NULL}, {0x1106, 0x3177, 0x1106, 0x3177, 0x1106, 0x3059, 0x1695, 0x3005, NULL, NULL, NULL, P3, "EPoX", "EP-8K5A2", 0, OK, w836xx_memw_enable_2e}, - {0x10DE, 0x005E, 0x1695, 0x1010, 0x10DE, 0x0050, 0x1695, 0x1010, NULL, NULL, NULL, P3, "EPoX", "EP-8NPA7I", 0, OK, nvidia_mcp_gpio4_raise}, + {0x10DE, 0x005E, 0x1695, 0x1010, 0x10DE, 0x0050, 0x1695, 0x1010, "8NPA7I", NULL, NULL, P3, "EPoX", "EP-8NPA7I", 0, OK, nvidia_mcp_gpio4_raise}, {0x10EC, 0x8139, 0x1695, 0x9001, 0x11C1, 0x5811, 0x1695, 0x9015, NULL, NULL, NULL, P3, "EPoX", "EP-8RDA3+", 0, OK, nvidia_mcp_gpio31_raise}, {0x8086, 0x7110, 0, 0, 0x8086, 0x7190, 0, 0, NULL, "epox", "ep-bx3", P3, "EPoX", "EP-BX3", 0, NT, intel_piix4_gpo22_raise}, {0x10de, 0x02f0, 0x105b, 0x0d01, 0x10de, 0x0264, 0x105b, 0x0d01, NULL, NULL, NULL, P3, "Foxconn", "6150K8MD-8EKRSH", 0, NT, nvidia_mcp_gpio2_raise}, -- 1.7.1
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
