]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258692 (gnn).
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 00:17:13 +0000 (00:17 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Dec 2013 00:17:13 +0000 (00:17 +0000)
commit26afe04ffd8c985e640942277a9cf2b8cbc83a8d
treef4439f87537ef03dc88aa4cce428659a4e861044
parent4cc228a6f4144bb0cf8eefa628096bfa7e882d61
MFC r258692 (gnn).

Add constants for use in interrogating various fiber and copper connectors
most often used with network interfaces.

The SFF-8472 standard defines the information that can be retrieved
from an optic or a copper cable plugged into a NIC, most often
referred to as SFP+.  Examples of values that can be read
include the cable vendor's name, part number, date of manufacture
as well as running data such as temperature, voltage and tx
and rx power.

Copious comments on how to use these values with an I2C interface
are given in the header file itself.

Discussed with: gnn

git-svn-id: svn://svn.freebsd.org/base/stable/10@259206 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/sff8472.h [new file with mode: 0644]