CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/18 06:37:00
Modified files:
sys/dev/pci : if_ix.c
Log message:
Minor code restructuring
- separate functions for delay value calculation and figuring out
whether or not we're doing SFP.
- MAC type detection is now done by ixgbe_set_mac_type;
- call {enable,disable}_tx_laser conditionally;
- unused TSO code bites the dust;
- default to "IFM_ETHER | IFM_AUTO" when we can't select any other
media type.
