]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sfxge: add accessors for license-related MCDI calls to common code
authorAndrew Rybchenko <arybchik@FreeBSD.org>
Thu, 14 Jan 2016 09:19:28 +0000 (09:19 +0000)
committerAndrew Rybchenko <arybchik@FreeBSD.org>
Thu, 14 Jan 2016 09:19:28 +0000 (09:19 +0000)
commit0c848230f72ce4108cfc3fc6904fb55b8d66b614
tree22138f121a0010e538dd71600c9e16ad6a4e0be3
parentdc5427fc70618fbe5f10b2dd8a8bdbcb2ba0ce5b
sfxge: add accessors for license-related MCDI calls to common code

Add support for Huntington MCDI licensing interface to common code.
Ported from Linux net driver IOCTL functions with restructuring for
initial support for V3 licensing API.

Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
Reviewed by:    gnn
Sponsored by:   Solarflare Communications, Inc.
MFC after:      2 days
Differential Revision: https://reviews.freebsd.org/D4918
sys/conf/files.amd64
sys/dev/sfxge/common/efsys.h
sys/dev/sfxge/common/efx.h
sys/dev/sfxge/common/efx_check.h
sys/dev/sfxge/common/efx_impl.h
sys/dev/sfxge/common/efx_lic.c [new file with mode: 0644]
sys/dev/sfxge/common/efx_nic.c
sys/modules/sfxge/Makefile