]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r340884
authorarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 26 Dec 2018 10:05:36 +0000 (10:05 +0000)
committerarybchik <arybchik@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 26 Dec 2018 10:05:36 +0000 (10:05 +0000)
commitea87630acee5fd3c754fe4014fb4be686ea1dfa5
treed69d6a3beca07f72747b44ea1902d2699a966c56
parent4ec2112154127ead1605f91c2246440559bf0e0b
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@342497 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/sfxge/common/efx_lic.c