]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix r284612: As pointed out by jhb, in stable branches, if_baudrate
authorgallatin <gallatin@FreeBSD.org>
Tue, 23 Jun 2015 22:31:04 +0000 (22:31 +0000)
committergallatin <gallatin@FreeBSD.org>
Tue, 23 Jun 2015 22:31:04 +0000 (22:31 +0000)
commit00b69b27e869eb2ea22e57a5f3b57763c115b646
tree3fc3facc213a7c93fce15644ea33a914388620a1
parentae7c0e046118846e8deed771294aab6ae421a9ec
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
sys/dev/ixl/if_ixl.c