summaryrefslogtreecommitdiffstats
path: root/sys/modules/sfxge
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-20 08:01:21 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-20 08:01:21 +0000
commit95a756ad4dd23885d7fc840d837105d14e5ffaee (patch)
tree97b0ee365848f44b05bdffe83577a3b78d9307b3 /sys/modules/sfxge
parentbbc583eeb0f793c7fa2f12fac07d865e7a107409 (diff)
downloadFreeBSD-src-95a756ad4dd23885d7fc840d837105d14e5ffaee.zip
FreeBSD-src-95a756ad4dd23885d7fc840d837105d14e5ffaee.tar.gz
MFC r293901,r294371
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.
Diffstat (limited to 'sys/modules/sfxge')
-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 c444152..ba4108b 100644
--- a/sys/modules/sfxge/Makefile
+++ b/sys/modules/sfxge/Makefile
@@ -16,7 +16,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
OpenPOWER on IntegriCloud