Page MenuHomeFreeBSD

rc: Make devmatch use load_kld
ClosedPublic

Authored by des on Jun 20 2026, 1:18 PM.
Tags
None
Referenced Files
F163164334: D57707.diff
Mon, Jul 20, 4:23 PM
Unknown Object (File)
Thu, Jul 16, 5:21 AM
Unknown Object (File)
Thu, Jul 16, 4:40 AM
Unknown Object (File)
Wed, Jul 15, 10:32 PM
Unknown Object (File)
Wed, Jul 15, 9:13 PM
Unknown Object (File)
Wed, Jul 15, 7:27 AM
Unknown Object (File)
Wed, Jul 15, 7:27 AM
Unknown Object (File)
Tue, Jul 14, 5:15 PM
Subscribers

Details

Summary

The default behavior of load_kld is now robust enough for devmatch.
Switching means settings from /etc/sysctl.kld.d are now properly applied
when the corresponding modules are loaded by devmatch.

While here, reduce the amount of output produced by devmatch from one
line per module to a single line.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74056
Build 70939: arc lint + arc unit

Event Timeline

des requested review of this revision.Jun 20 2026, 1:18 PM
des edited the summary of this revision. (Show Details)

Might be good to mention, at least here, what the revs were that made load_kld work here.

This revision is now accepted and ready to land.Jun 20 2026, 1:57 PM
In D57707#1322913, @imp wrote:

Might be good to mention, at least here, what the revs were that made load_kld work here.

The parent revision, D57706.

In D57707#1323013, @des wrote:
In D57707#1322913, @imp wrote:

Might be good to mention, at least here, what the revs were that made load_kld work here.

The parent revision, D57706.

Ah! That's why I couldn't remember when! I've looked at it and agree!

This revision was automatically updated to reflect the committed changes.