From d602f4fb516292c297072bd924289eea37b45fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 15 Mar 2023 20:36:27 +0100 Subject: New upstream version 3.1.9 --- util/ireset.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/ireset.c') diff --git a/util/ireset.c b/util/ireset.c index c668996..d311142 100644 --- a/util/ireset.c +++ b/util/ireset.c @@ -631,11 +631,13 @@ main(int argc, char **argv) } else if (vendid == VENDOR_INTEL) { /* Intel */ if (prodid != 0x0100) /* ia64 Itanium2 is different */ platform = platIntel; /* else handle as Intel Sahalee */ +#ifdef OBSOLETE if (is_romley(vendid,prodid) || (prodid == 0x003E)) { /* Romley or Thurley/S5520UR */ platform = platS5500; /* not like Intel Sahalee */ set_max_kcs_loops(URNLOOPS); /*longer KCS timeout*/ } +#endif } else if (vendid == VENDOR_KONTRON) { /* Kontron */ fignore_opterr = 1; /* ignore boot options errors */ /* supports Chassis Soft Power command 0x05, so not platIntel */ -- cgit v1.2.3