aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAndrew Rybchenko <arybchik@FreeBSD.org>2016-01-14 09:19:28 +0000
committerAndrew Rybchenko <arybchik@FreeBSD.org>2016-01-14 09:19:28 +0000
commit0c848230f72ce4108cfc3fc6904fb55b8d66b614 (patch)
tree22138f121a0010e538dd71600c9e16ad6a4e0be3 /sys/modules
parentdc5427fc70618fbe5f10b2dd8a8bdbcb2ba0ce5b (diff)
downloadsrc-0c848230f72ce4108cfc3fc6904fb55b8d66b614.tar.gz
src-0c848230f72ce4108cfc3fc6904fb55b8d66b614.zip
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
Notes
Notes: svn path=/head/; revision=293901
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sfxge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sfxge/Makefile b/sys/modules/sfxge/Makefile
index 54d0af13d730..ab9bb2139a76 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