]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340884
authorAndrew Rybchenko <arybchik@FreeBSD.org>
Fri, 21 Dec 2018 15:12:58 +0000 (15:12 +0000)
committerAndrew Rybchenko <arybchik@FreeBSD.org>
Fri, 21 Dec 2018 15:12:58 +0000 (15:12 +0000)
commit5b8e982934dbdd6ef76c911bc8b8c1a2b7a83ccc
tree591be695d06a1b696925924920e0146eeb0ac91a
parent5e20c091ff60edf6becd052b9c73b64337fa16f8
MFC r340884

sfxge(4): fix probes in licensing support

EFSYS_PROBE1 takes one typed value (in addition to the probe name),
whereas EFSYS_PROBE has just the probe name.

Which to use is determined by the probe name - "fail1" probes are
expected to include the function result.

Submitted by:   Mark Spender <mspender at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
Differential Revision:  https://reviews.freebsd.org/D18118
sys/dev/sfxge/common/efx_lic.c