]> 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, 5 Mar 2021 23:07:47 +0000 (18:07 -0500)
commitfef845097190f0ecb783d6c75a9398c4e4a4c0e1
tree1ad55fc5b9ab1553f43b6553682ecfb7ea2132ef
parentafbee98232f41fc05fa8a5b9a8cda4c4c65ff448
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
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29099
sys/dev/netmap/netmap.c