]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Unconditionally turn on SIOCGI2C probing for all interfaces
authorAlexander V. Chernikov <melifaro@FreeBSD.org>
Wed, 3 Sep 2014 11:07:49 +0000 (11:07 +0000)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Wed, 3 Sep 2014 11:07:49 +0000 (11:07 +0000)
commit5c02a66b2b86ace56b718a4290511e50ab4ff4d8
tree8385a7685ffd843e6b1849f47dc82ee12749c244
parent6b17688b561f2884285240b42dd52f1b853d0521
* Unconditionally turn on SIOCGI2C probing for all interfaces
    on "ifconfig -v". I've seen no measurable timing difference
    for doing additional SIOCGI2C call for system with 4k vlans.
* Determine appropriate handler (SFP/QSFP) by reading identification
    byte (which is the same for both SFF-8472 and SFF-8436) instead
   of checking driver name.

MFC with: r270064
Sponsored by: Yandex LLC
sbin/ifconfig/sfp.c