From ef757da441b199da680bfbd24afaa9d3c16e5b55 Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Sun, 10 Jan 2021 16:53:59 -0400 Subject: [PATCH] rc.conf(5): describe devmatch rc variables Reviewed by: imp, gbe (manpages) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D28048 --- share/man/man5/rc.conf.5 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index b824426a91d..473406660b8 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd Sep 21, 2020 +.Dd January 10, 2021 .Dt RC.CONF 5 .Os .Sh NAME @@ -251,6 +251,16 @@ Configuration file for .Xr ddb 8 . Default .Pa /etc/ddb.conf . +.It Va devmatch_enable +.Pq Vt bool +If set to +.Dq Li NO , +disable auto-loading of kernel modules with +.Xr devmatch 8 . +.It Va devmatch_blacklist +.Pq Vt str +A whitespace-separated list of kernel modules to be ignored by +.Xr devmatch 8 . .It Va kld_list .Pq Vt str A whitespace-separated list of kernel modules to load right after