mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-02 15:36:05 +00:00
63c5f2dca5
The top bit of the major revision byte of Get Device ID says the device is still initialising or taking a firmware update. It was read as part of the revision, so immediately after a bmc reset nodefirmware reported "BMC Version: 131.11" for what is 3.11, and settled down only once the bit cleared. Mask it as sdr.py already does for the same byte, so the two agree about the same field.