Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5, Poulsbo).
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Index: flashrom-ich_bustype/chipset_enable.c =================================================================== --- flashrom-ich_bustype/chipset_enable.c (revision 1033) +++ flashrom-ich_bustype/chipset_enable.c (working copy) @@ -286,6 +286,7 @@ * FWH_DEC_EN1, but they are called FB_SEL1, FB_SEL2, FB_DEC_EN1 and * FB_DEC_EN2. */ + buses_supported = CHIP_BUSTYPE_FWH; return enable_flash_ich(dev, name, 0x4e); }
@@ -399,6 +400,7 @@ if (new != old) pci_write_byte(dev, 0xd9, new);
+ buses_supported = CHIP_BUSTYPE_FWH; return 0; }