History log of /freebsd-13.1/sys/modules/iflib/Makefile (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# 83271c68 07-Nov-2021 Konstantin Belousov <[email protected]>

Fix some modules to export more used symbols

(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# dac21b8d 28-Mar-2019 Li-Wen Hsu <[email protected]>

Fix `make` in sys/modules

Sponsored by: The FreeBSD Foundation


# f8d49128 31-Jan-2019 Konstantin Belousov <[email protected]>

Make iflib a loadable module: add seemingly missed header.

Reported by: CI (i.e. it is not reproducable in my local builds)
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks


# c75f49f7 31-Jan-2019 Konstantin Belousov <[email protected]>

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 mi

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

show more ...