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; }
On 6/6/10 8:09 PM, Carl-Daniel Hailfinger wrote:
Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5, Poulsbo).
Signed-off-by: Carl-Daniel Hailfingerc-d.hailfinger.devel.2006@gmx.net
Acked-by: Sean Nelson audiohacked@gmail.com
On 19.06.2010 23:20, Sean Nelson wrote:
On 6/6/10 8:09 PM, Carl-Daniel Hailfinger wrote:
Fill in buses_supported for remaining Intel chipsets (ICH0-ICH5, Poulsbo).
Signed-off-by: Carl-Daniel Hailfingerc-d.hailfinger.devel.2006@gmx.net
Acked-by: Sean Nelson audiohacked@gmail.com
Thanks, committed in r1055.
Regards, Carl-Daniel