Fake a timeout after IOL session re-open to force get upgrade status retry
Added retries on 0xD3 completion code
Added a provision for sub minor version, incremented to 1.0.1
-Display point to point physical connectivity between carriers and AMC
modules
-Display power supply informations between carrier and AMC modules.
-Display only matched results of Ekeying match between an On-Carrier device
and an AMC module or between 2 AMC modules.
Based on binary fru files supplied as parameter
See the updated manpage for details
fru edit [fruid] field [section] [index] [string]\
This can be used to change serial number information and such, use with care
Cleanup/improved 'oem' edit mode :
- defaults to PICMG for backward compatibily
- validates that 'oem' is followed by a 'iana' number
Attempted 'tabify' while integrating patch, hope the indentation will be ok
for others.
usage is : oem <iana> <recordid> <format> <args...>
it currently only supports Kontron's OEM information record type 3
but can be used to support additionnal record types
added additionnal parameters to allow specifying 'channel number' as well
as maximum 'read size', since some SMI or IPMB channels can't support 64
bytes.
this should be fully backward compatible as options are optionnal and a the
end of the original ones:
usage: spd <i2cbus> <i2caddr> [channel] [maxread]
Patch submitted by Harshad Prabhu (Harshad.Prabhu at radisys dot com).
Quoting his email:
"Initiate Upgrade Action (HPMFWUPG_UPGRADE_ACTION_UPGRADE) was called
for all components even when single component was given on command line
(hpm upgrade <filename> component <id>). So calling this command only
after we decide whether the component is skipped."
bridge support in open interface. This extension is not compatible with
FreeBSD OpenIPMI implementation (and with mainline OpenIPMI too, as far
as I can tell).
- The counter value was always interpreted as hours, the
minutes-per-count value wasn't regarded.
- No attention was paid to CPU endianness when reading the 32-bit
counter value.
Patch submitted by Ingo van Lil (inguin at users dot sourceforge dot net).
Sourceforge patch ID: 1592950
interfaces.
Patch is submitted by Ferenc Wagner (wferi at niif dot hu). Quoting his
email:
"The rationale is that the following code expects to use the return
value of recv (ie. a byte count) not that of select (the number of file
descriptors). recv should be executed anyway, that's the whole point of
this snippet..."
The original patch is for lan interface but it also applies to lanplus.