K 10 svn:author V 3 imp K 8 svn:date V 27 2021-07-16T17:47:55.564424Z K 7 svn:log V 662 devmatch: don't announce autoloading so much devmatch rc script would announce it was loading a module multiple times. It used kldload -n so it really wasn't loading it that many times, but the message is confusing. Use kldstat to see if we need to load the module before saying we do. This fixes the vast majority of the problems. It may be possible to race devmatch with a user invocation and devd, though quite hard. In that case we'll announce things twice, but still only load it once. No attempt is made to fix this. PR: 232782 MFC After: 2 weeks Sponsored by: Netflix Git Hash: 66c5e65030ca055ada3eae1c18cbbafe8131fa86 Git Author: imp@FreeBSD.org END