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)
Nov 21 2024, 6:46 AM
Unknown Object (File)
Nov 17 2024, 10:02 PM
Unknown Object (File)
Oct 25 2024, 6:38 PM
Unknown Object (File)
Oct 2 2024, 1:13 PM
Unknown Object (File)
Oct 1 2024, 1:01 PM
Unknown Object (File)
Oct 1 2024, 6:36 AM
Unknown Object (File)
Sep 26 2024, 3:32 PM
Unknown Object (File)
Sep 15 2024, 12:16 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.