CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/12/02 08:22:57
Modified files: sys/dev/pci : ixgbe.c Log message: Don't overwrite the selected flow control settings procter@ has noticed that flow control settings survive module change when they should be forgotten. It became clear that we're overwriting the selected FC mode with the requested version instead of keeping negotiated settings. Tested by procter@.