Page MenuHomeFreeBSD

hw.bus.info: rework handler
ClosedPublic

Authored by kaktus on Jun 17 2020, 2:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 7 2025, 8:06 AM
Unknown Object (File)
Jul 31 2025, 7:00 AM
Unknown Object (File)
Jul 27 2025, 3:21 PM
Unknown Object (File)
Jul 25 2025, 12:16 PM
Unknown Object (File)
Jul 25 2025, 9:55 AM
Unknown Object (File)
Jul 24 2025, 5:14 AM
Unknown Object (File)
Jul 11 2025, 4:46 AM
Unknown Object (File)
Jul 8 2025, 8:31 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.