@Norbert,
post #8
To sie tyczy makowego OpenFirmware, ale kazdy firmware zgodny ze standardem powinien miec to zaimplementowane (nie chce mi sie wlaczac maszyny zeby sprawdzic):
Q: How do I determine the version of Open Firmware in my machine?
A: The "/openprom" node describes the implementation of Open Firmware in the machine. The "model" property of this node describes the manufacturer and revision level of firmware. Note that this property is a manufacturer-dependant string. See IEEE Std 175-1994, pg. 160, "model" for details.
There are several ways to find out the version of Open Firmware in your machine:
[...]
In the Open Firmware device-tree the node /openprom describes the implementation of Open Firmware. Type "dev /openprom .properties" at the OFUI command prompt. The model property in this node describes the revision level of firmware. See IEEE Std 1275-1994, section 3.5 "Standard system nodes" for a full description.
[...]