Page MenuHomeFreeBSD

new-bus: Deprecate bus_generic_(attach|probe)
ClosedPublic

Authored by jhb on Nov 19 2024, 3:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 10:23 PM
Unknown Object (File)
Apr 29 2026, 12:08 AM
Unknown Object (File)
Apr 29 2026, 12:04 AM
Unknown Object (File)
Apr 28 2026, 6:22 PM
Unknown Object (File)
Apr 28 2026, 6:13 PM
Unknown Object (File)
Apr 28 2026, 11:23 AM
Unknown Object (File)
Apr 27 2026, 3:06 PM
Unknown Object (File)
Apr 27 2026, 6:49 AM
Subscribers
None

Diff Detail

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

Event Timeline

sys/sys/bus.h
446

This predates the addition of __deprecated in <sys/cdefs.h>, but I also want to use a message here which doesn't work with the variant in <sys/cdefs.h>.

sys/sys/bus.h
446

Maybe we need __deprecated2 that uses this form?

sys/sys/bus.h
446

Or perhaps __deprecated1 since it takes one argument (so same naming scheme as accept4, pipe2, etc.)?

This revision is now accepted and ready to land.Nov 22 2024, 8:17 PM
This revision was automatically updated to reflect the committed changes.