Page MenuHomeFreeBSD

hw.bus.info: rework handler
ClosedPublic

Authored by kaktus on Jun 17 2020, 2:14 PM.
Tags
None
Referenced Files
F152112504: D25321.diff
Sun, Apr 12, 7:41 PM
Unknown Object (File)
Thu, Apr 9, 3:08 AM
Unknown Object (File)
Tue, Apr 7, 11:01 AM
Unknown Object (File)
Tue, Apr 7, 9:18 AM
Unknown Object (File)
Sun, Apr 5, 2:53 AM
Unknown Object (File)
Sun, Mar 29, 9:26 AM
Unknown Object (File)
Wed, Mar 25, 1:54 AM
Unknown Object (File)
Tue, Mar 24, 2:50 PM
Subscribers

Details

Summary

hw.bus.info was added in rS68522 as a node, but there was never anything connected "behind" it. Its only purpose is to return a struct u_businfo. The only in-base consumer is devinfo(3)/devinfo(8).
Rewrite the handler as SYSCTL_PROC and mark it as MPSAFE and read-only as there never was a writable path.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I assume you checked that devinfo(8) still works.

This revision is now accepted and ready to land.Jun 18 2020, 4:08 PM
This revision was automatically updated to reflect the committed changes.