diff --git a/chipset_enable.c b/chipset_enable.c index 77a132a49fb518b87fdfe752bc59b41c6fdb1ff3..973fb815145753584c330385e90af6660ce279ab 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -577,6 +577,7 @@ static const FLASH_ENABLE enables[] = { {0x8086, 0x24c0, "Intel ICH4/ICH4-L", enable_flash_ich_4e}, {0x8086, 0x24cc, "Intel ICH4-M", enable_flash_ich_4e}, {0x8086, 0x24d0, "Intel ICH5/ICH5R", enable_flash_ich_4e}, + {0x8086, 0x25a1, "Intel 6300ESB", enable_flash_ich_4e}, {0x8086, 0x2640, "Intel ICH6/ICH6R", enable_flash_ich_dc}, {0x8086, 0x2641, "Intel ICH6-M", enable_flash_ich_dc}, {0x8086, 0x27b0, "Intel ICH7DH", enable_flash_ich_dc_spi},