From: Jan Kiszka <[email protected]> Both are version 2, also according to the Linux kernel.
Signed-off-by: Jan Kiszka <[email protected]> --- drivers/watchdog/itco.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c index a1ebb06..198327d 100644 --- a/drivers/watchdog/itco.c +++ b/drivers/watchdog/itco.c @@ -122,13 +122,13 @@ static const iTCO_info iTCO_chipset_info[] = { { .name = L"Wildcat Point_LP", .pci_id = 0x9cc3, - .itco_version = ITCO_V3, + .itco_version = ITCO_V2, }, [ITCO_INTEL_ICH9] = { .name = L"ICH9", /* QEmu machine q35 */ .pci_id = 0x2918, - .itco_version = ITCO_V3, + .itco_version = ITCO_V2, }, [ITCO_INTEL_LPC_NM10] = { -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/d0ebd180af66430fd9841a70d67551e84fc34a60.1622447849.git.jan.kiszka%40siemens.com.
