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)
Sun, Oct 26, 9:07 PM
Unknown Object (File)
Fri, Oct 24, 12:22 AM
Unknown Object (File)
Sat, Oct 18, 3:38 PM
Unknown Object (File)
Sun, Oct 12, 12:16 PM
Unknown Object (File)
Thu, Oct 9, 10:02 AM
Unknown Object (File)
Sat, Oct 4, 6:09 AM
Unknown Object (File)
Tue, Sep 30, 2:12 AM
Unknown Object (File)
Mon, Sep 29, 12:32 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.