CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/04/10 03:55:02

Modified files:
        sys/dev/pci    : ixgbe_type.h if_ix.c if_ix.h 

Log message:
add support for SIOCGIFSFFPAGE so userland can read sfp module info

access to the ioctl is serialised by a per ifp rwlock so userland
reads of different pages in the same device address do not confuse
each other.

this was pretty straightforward because a lot of the plumbing for
accessing the i2c bus was already in place.

Reply via email to