diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-01-14 09:19:28 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-01-14 09:19:28 +0000 |
commit | 4b7739db8fd8b883a91d0d71d245a9e2d8cecd82 (patch) | |
tree | 22138f121a0010e538dd71600c9e16ad6a4e0be3 /sys/modules | |
parent | dbe5bb9b5517623f314560a89d1a0d4b7464abcc (diff) | |
download | FreeBSD-src-4b7739db8fd8b883a91d0d71d245a9e2d8cecd82.zip FreeBSD-src-4b7739db8fd8b883a91d0d71d245a9e2d8cecd82.tar.gz |
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
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/sfxge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile index 54d0af1..ab9bb21 100644 --- a/sys/modules/sfxge/Makefile +++ b/sys/modules/sfxge/Makefile @@ -14,7 +14,7 @@ SRCS+= sfxge_port.c sfxge_rx.c sfxge_tx.c SRCS+= sfxge.h sfxge_rx.h sfxge_tx.h sfxge_version.h .PATH: ${.CURDIR}/../../dev/sfxge/common -SRCS+= efx_bootcfg.c efx_crc32.c efx_ev.c efx_intr.c efx_mac.c +SRCS+= efx_bootcfg.c efx_crc32.c efx_ev.c efx_intr.c efx_lic.c efx_mac.c SRCS+= efx_mcdi.c efx_mon.c efx_nic.c SRCS+= efx_nvram.c efx_phy.c efx_port.c efx_rx.c efx_sram.c efx_tx.c SRCS+= efx_vpd.c efx_wol.c efx_filter.c efx_hash.c |