This commit is contained in:
Jeffrey Townsend
2018-12-30 09:30:10 -08:00
parent 1a25ca53ed
commit 89b6d59f1d
2 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ At a minimum this is supported by the Chassis OID to return the system identific
Any OID that has an ONIE identifier (for example a pluggable module) should also support this attribute.
### The Asset Attribute
The ONIE information structure is defined by the available TLV values defined in the ONIE [specification](https://opencomputeproject.github.io/onie/design-spec/hw_requirements.html)
The ONIE information structure is defined by the available TLV values defined in the [ONIE specification](https://opencomputeproject.github.io/onie/design-spec/hw_requirements.html)
The fields of the ```onlp_asset_info_t``` structure are defined by the ONLP API and evolve over time.
This attribute should be implemented at a minimum by the Chassis OID to return important system information (like firmware revisions).

View File

@@ -18,10 +18,10 @@ There are several useful fields in this structure:
While calling ```onlp_sfp_info_get``` is sufficient to identify the inserted module there are several operational APIs provided to manage it.
* Change the control signal status
** Enable TX_DISABLE
** Disable LP_MODE
Enable TX_DISABLE
Disable LP_MODE
* Generic Read/Write Operations
** Perform I2C byte and word reads on the given module (any device address).
Perform I2C byte and word reads on the given module (any device address).
## SFP Documentation