]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
netmap: Stop printing a line to the dmesg in netmap_init()
authorMark Johnston <markj@FreeBSD.org>
Fri, 5 Mar 2021 23:07:47 +0000 (18:07 -0500)
committerMark Johnston <markj@FreeBSD.org>
Fri, 12 Mar 2021 17:20:59 +0000 (12:20 -0500)
commit2b0aa5833c26b8a97f020ac39451de247ac6b4e9
tree8ceb4a9a3242afb0e52b6c45cfa8d506182ca98c
parent5e7c99c005b34f96ec0e5f8ad43935c87328291a
netmap: Stop printing a line to the dmesg in netmap_init()

netmap is compiled into the kernel by default so initialization was
always reported, and netmap uses a formatting convention not used in the
rest of the kernel.

Reviewed by: vmaffione
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29099

(cherry picked from commit fef845097190f0ecb783d6c75a9398c4e4a4c0e1)
sys/dev/netmap/netmap.c