Page MenuHomeFreeBSD

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

Authored by jhb on Nov 19 2024, 3:32 PM.
Tags
None
Referenced Files
F153473383: D47676.diff
Tue, Apr 21, 8:59 AM
F153473337: D47676.diff
Tue, Apr 21, 8:59 AM
Unknown Object (File)
Mon, Apr 20, 6:26 PM
Unknown Object (File)
Mon, Apr 13, 10:39 PM
Unknown Object (File)
Sat, Apr 11, 7:36 PM
Unknown Object (File)
Sat, Apr 11, 4:04 PM
Unknown Object (File)
Sat, Apr 11, 4:08 AM
Unknown Object (File)
Fri, Apr 10, 2:29 PM
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.