Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5, Poulsbo)
Corresponding to flashrom svn r1055.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Sean Nelson <audiohacked@gmail.com>
diff --git a/chipset_enable.c b/chipset_enable.c
index 82c12d6..02d139e 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -288,6 +288,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);
}
@@ -401,6 +402,7 @@
if (new != old)
pci_write_byte(dev, 0xd9, new);
+ buses_supported = CHIP_BUSTYPE_FWH;
return 0;
}