diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-19 22:51:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-19 22:51:54 +0200 |
commit | a75ccaa9a52b79788eea5fccfe6c3fc3dfc5a81d (patch) | |
tree | fd9e7b4ead2ca237d5836c1ccceaf336310b39dc /util/ireset.c | |
parent | e33cb500a5cefab12062415dd12b6192b59e5ae5 (diff) | |
parent | 06b8b4b51519bfcf8d210eb199e2eab09e0c6a64 (diff) |
Merge branch 'release/debian/3.1.9-1'debian/3.1.9-1
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 */ |