as defined by Intel 6 Series Chipset and Intel C200 Series Chipset Specification Update; document number 324646-005, April 2011.
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at --- chipset_enable.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/chipset_enable.c b/chipset_enable.c index 5907b86..a3ce942 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1121,6 +1121,20 @@ const struct penable chipset_enables[] = { {0x1166, 0x0205, OK, "Broadcom", "HT-1000", enable_flash_ht1000}, {0x8086, 0x122e, OK, "Intel", "PIIX", enable_flash_piix4}, {0x8086, 0x1234, NT, "Intel", "MPIIX", enable_flash_piix4}, + {0x8086, 0x1C46, NT, "Intel", "P67", enable_flash_ich10}, + {0x8086, 0x1C47, NT, "Intel", "UM67", enable_flash_ich10}, + {0x8086, 0x1C49, NT, "Intel", "HM65", enable_flash_ich10}, + {0x8086, 0x1C4A, NT, "Intel", "H67", enable_flash_ich10}, + {0x8086, 0x1C4B, NT, "Intel", "HM67", enable_flash_ich10}, + {0x8086, 0x1C4C, NT, "Intel", "Q65", enable_flash_ich10}, + {0x8086, 0x1C4D, NT, "Intel", "QS67", enable_flash_ich10}, + {0x8086, 0x1C4E, NT, "Intel", "Q67", enable_flash_ich10}, + {0x8086, 0x1C4F, NT, "Intel", "QM67", enable_flash_ich10}, + {0x8086, 0x1C50, NT, "Intel", "B65", enable_flash_ich10}, + {0x8086, 0x1C52, NT, "Intel", "C202", enable_flash_ich10}, + {0x8086, 0x1C54, NT, "Intel", "C204", enable_flash_ich10}, + {0x8086, 0x1C56, NT, "Intel", "C206", enable_flash_ich10}, + {0x8086, 0x1C5C, NT, "Intel", "H61", enable_flash_ich10}, {0x8086, 0x2410, OK, "Intel", "ICH", enable_flash_ich_4e}, {0x8086, 0x2420, OK, "Intel", "ICH0", enable_flash_ich_4e}, {0x8086, 0x2440, OK, "Intel", "ICH2", enable_flash_ich_4e},