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)
Sun, May 19, 5:32 PM
Unknown Object (File)
Thu, May 16, 7:39 PM
Unknown Object (File)
Thu, May 16, 8:01 AM
Unknown Object (File)
Thu, May 16, 6:13 AM
Unknown Object (File)
Wed, May 15, 2:18 PM
Unknown Object (File)
Mon, May 13, 7:26 AM
Unknown Object (File)
Fri, May 3, 5:55 AM
Unknown Object (File)
Fri, Apr 26, 9:49 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 31770

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.