Anne Le Coq annyvonne.le_coq@alcatel-lucent.fr reported that flashrom didn't recognize her ICH9 LPC controller. According to http://pci-ids.ucw.cz/read/PC/8086/2910 the ID 0x8086/0x2910 was only used for an engineering sample. No intel doc mentions this ID at all.
Anne, could you reply to this mail with "lspci -nnvvvxxx" as attachment? Thanks! This list accepts attachments.
If the patch below is what you had in mind and detecting the chipset works for you, please reply with Acked-by: Anne Le Coq annyvonne.le_coq@alcatel-lucent.fr
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
This patch will also appear at the top of http://patchwork.coreboot.org/project/flashrom/list/ so if you have trouble extracting the patch from this mail, you can download it from there.
Index: flashrom-ich9_engineeringsample/chipset_enable.c =================================================================== --- flashrom-ich9_engineeringsample/chipset_enable.c (Revision 695) +++ flashrom-ich9_engineeringsample/chipset_enable.c (Arbeitskopie) @@ -1012,6 +1012,7 @@ {0x8086, 0x2919, OK, "Intel", "ICH9M", enable_flash_ich9}, {0x8086, 0x2917, OK, "Intel", "ICH9M-E", enable_flash_ich9}, {0x8086, 0x2916, OK, "Intel", "ICH9R", enable_flash_ich9}, + {0x8086, 0x2910, OK, "Intel", "ICH9 Engineering Sample", enable_flash_ich9}, {0x8086, 0x1234, NT, "Intel", "MPIIX", enable_flash_piix4}, {0x8086, 0x7000, OK, "Intel", "PIIX3", enable_flash_piix4}, {0x8086, 0x7110, OK, "Intel", "PIIX4/4E/4M", enable_flash_piix4},