]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make iflib a loadable module.
authorkib <kib@FreeBSD.org>
Thu, 31 Jan 2019 19:05:56 +0000 (19:05 +0000)
committerkib <kib@FreeBSD.org>
Thu, 31 Jan 2019 19:05:56 +0000 (19:05 +0000)
commit1b7795b92a0803745f14befdfa3787a355e7d2d9
treef3ac50083ab3b0a401d14fddd183dd2d960d4a21
parent058f928a27d227a24cd11f03fb1a7c5ce4e9f785
Make iflib a loadable module.

iflib is already a module, but it is unconditionally compiled into the
kernel.  There are drivers which do not need iflib(4), and there are
situations where somebody might not want iflib in kernel because of
using the corresponding driver as module.

Reviewed by: marius
Discussed with: erj
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D19041
23 files changed:
UPDATING
share/man/man4/bnxt.4
share/man/man4/em.4
share/man/man4/iavf.4
share/man/man4/ixgbe.4
share/man/man4/ixl.4
share/man/man4/vmx.4
sys/amd64/conf/GENERIC
sys/arm64/conf/GENERIC
sys/conf/NOTES
sys/conf/files
sys/dev/ixgbe/if_ixv.c
sys/i386/conf/GENERIC
sys/mips/conf/OCTEON1
sys/mips/conf/std.XLP
sys/modules/Makefile
sys/modules/iflib/Makefile [new file with mode: 0644]
sys/powerpc/conf/GENERIC64
sys/powerpc/conf/MPC85XX
sys/powerpc/conf/MPC85XXSPE
sys/powerpc/conf/QORIQ64
sys/powerpc/conf/dpaa/DPAA
sys/sparc64/conf/GENERIC