Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci/ixgbe



On 2017/06/27 19:33, SAITOH Masanobu wrote:
Module Name:	src
Committed By:	msaitoh
Date:		Tue Jun 27 10:33:09 UTC 2017

Modified Files:
	src/sys/dev/pci/ixgbe: ixgbe.c

Log Message:
  Fix a bug of ixg(4)'s media setting.

Before:
  ifconfig ixg0 media 100baseTX	-> advertise 100Mbps only
  ifconfig ixg0 media 1000baseT	-> advertise 1Gbps and 1000Mbps (NG)

s/1000Mbps/100Mbps/

  ifconfig ixg0 media 10Gbase-T	-> advertise all (NG)
  ifconfig ixg0 media auto	-> advertise all

After:
  ifconfig ixg0 media 100baseTX	-> advertise 100Mbps only
  ifconfig ixg0 media 1000baseT	-> advertise 1Gbps only
  ifconfig ixg0 media 10Gbase-T	-> advertise 10Gbps only
  ifconfig ixg0 media auto	-> advertise all


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/dev/pci/ixgbe/ixgbe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



--
-----------------------------------------------
                SAITOH Masanobu (msaitoh%execsw.org@localhost
                                 msaitoh%netbsd.org@localhost)


Home | Main Index | Thread Index | Old Index