CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/14 21:06:12
Modified files:
sys/dev/pci : if_myx.c
Log message:
implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.
myx doesn't allow i2c writes, so you can only read whatever page
the firmware is already pointing at on device 0xa0. if you try to
read another page it will return ENXIO.
tested on a 10G-PCIE-8A-R with an xfp module.
