The attached patch adds additional PCI IDs for MCP55 LPC devices to
flashrom. 0x0360 is needed to support the DFI LANParty NF590SLI, and I
am deducing the others based on pci_ids.h in the Linux kernel. Perhaps
Yinghai can confirm that these are correct.

Signed-off-by: Ed Swierk <[EMAIL PROTECTED]>

--Ed
Index: LinuxBIOSv2-2552/util/flashrom/flash_enable.c
===================================================================
--- LinuxBIOSv2-2552.orig/util/flashrom/flash_enable.c
+++ LinuxBIOSv2-2552/util/flashrom/flash_enable.c
@@ -463,7 +463,13 @@ static FLASH_ENABLE enables[] = {
         {0x10de, 0x0262, "NVidia MCP51", enable_flash_ck804},
         {0x10de, 0x0263, "NVidia MCP51", enable_flash_ck804},
 
+	{0x10de, 0x0360, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
+	{0x10de, 0x0361, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
+	{0x10de, 0x0362, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
+	{0x10de, 0x0363, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
 	{0x10de, 0x0364, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
+	{0x10de, 0x0365, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
+	{0x10de, 0x0366, "NVIDIA MCP55", enable_flash_mcp55}, // LPC
 	{0x10de, 0x0367, "NVIDIA MCP55", enable_flash_mcp55}, // Pro
 
 	{0x1002, 0x4377, "ATI SB400", enable_flash_sb400}, // ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to