Date: Sun, 10 Jan 2021 20:57:51 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ef757da441b1 - main - rc.conf(5): describe devmatch rc variables Message-ID: <202101102057.10AKvpCD071149@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=ef757da441b199da680bfbd24afaa9d3c16e5b55 commit ef757da441b199da680bfbd24afaa9d3c16e5b55 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-01-10 20:53:59 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2021-01-10 20:56:40 +0000 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 b824426a91d2..473406660b8b 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101102057.10AKvpCD071149>