summaryrefslogtreecommitdiff
path: root/util/ireset.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-03-15 20:36:50 +0100
committerJörg Frings-Fürst <debian@jff.email>2023-03-15 20:36:50 +0100
commit6e29eaaca0743e63ff367e128a35abd303000f29 (patch)
treefb7a5856b53fb2fa195793efc7f8c38d185b9f42 /util/ireset.c
parent899cb94807a04dcd6e8b045c7d901d2852273345 (diff)
parent5eca20c9805ec489c6860c793ee66e82b79836d1 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/ireset.c')
-rw-r--r--util/ireset.c2
1 files changed, 2 insertions, 0 deletions
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 */