Details
Details
- Reviewers
imp - Commits
- rGa553e07c4ddc: new-bus: Deprecate bus_generic_(attach|probe)
Diff Detail
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.)? |