CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/24 04:09:49
Modified files:
sys/dev/pci : if_bnxtreg.h if_bnxt.c
Log message:
implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.
the controller has an i2c read operation that's almost exactly what we
want, except it only does 64 bytes at a time, so this is pretty simple.
ok dlg@
