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)
Fri, Sep 4, 12:43 AM
Unknown Object (File)
Thu, Sep 3, 7:14 PM
Unknown Object (File)
Thu, Sep 3, 6:44 AM
Unknown Object (File)
Thu, Sep 3, 6:28 AM
Unknown Object (File)
Thu, Sep 3, 6:12 AM
Unknown Object (File)
Wed, Sep 2, 9:11 AM
Unknown Object (File)
Wed, Sep 2, 4:20 AM
Unknown Object (File)
Wed, Sep 2, 12:57 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.