]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Fix r284612: As pointed out by jhb, in stable branches, if_baudrate
authorgallatin <gallatin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Jun 2015 22:31:04 +0000 (22:31 +0000)
committergallatin <gallatin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Jun 2015 22:31:04 +0000 (22:31 +0000)
commit1a467d06763add5c88aac4baebe1cda4b1083ccd
tree3fc3facc213a7c93fce15644ea33a914388620a1
parent671b68b6ec598815abf07808026435616e0083be
Fix r284612:  As pointed out by jhb, in stable branches, if_baudrate
is 32b on 32b platforms.  So rather than a simple MFC of r284612,
we need to use if_initbaudrate() to properly express a 40Gb speed.

Spotted by: jhb
Sponsored by: Netflix

git-svn-id: svn://svn.freebsd.org/base/stable/10@284742 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ixl/if_ixl.c