diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-03-15 20:36:27 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-03-15 20:36:27 +0100 |
commit | d602f4fb516292c297072bd924289eea37b45fa2 (patch) | |
tree | 7c30ed558709e44b7a9cbb6b9558b744c880a796 /util/ireset.c | |
parent | 19b878add9337a1328f974d685c1b236e126e91a (diff) |
New upstream version 3.1.9upstream/3.1.9upstream
Diffstat (limited to 'util/ireset.c')
-rw-r--r-- | util/ireset.c | 2 |
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 */ |