The branch stable/12 has been updated by mhorne:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d0a78220ba99314fe29f819bd4c5c052948fc9fa

commit d0a78220ba99314fe29f819bd4c5c052948fc9fa
Author:     Mitchell Horne <[email protected]>
AuthorDate: 2021-01-10 20:53:59 +0000
Commit:     Mitchell Horne <[email protected]>
CommitDate: 2021-01-21 17:11:34 +0000

    rc.conf(5): describe devmatch rc variables
    
    Reviewed by:    imp, gbe (manpages)
    
    (cherry picked from commit ef757da441b199da680bfbd24afaa9d3c16e5b55)
---
 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 5a81e56cf7c7..25666f9810e0 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 23, 2020
+.Dd January 10, 2021
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -246,6 +246,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 list of kernel modules to load right after the local
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to