Page MenuHomeFreeBSD

bus_generic_attach.9: Remove manpage for deprecated function
ClosedPublic

Authored by jhb on Jan 7 2025, 5:05 PM.
Tags
None
Referenced Files
F109813384: D48369.id148890.diff
Sun, Feb 9, 9:07 PM
Unknown Object (File)
Wed, Feb 5, 7:51 PM
Unknown Object (File)
Sun, Jan 26, 12:17 AM
Unknown Object (File)
Sat, Jan 25, 4:43 AM
Unknown Object (File)
Fri, Jan 24, 4:35 PM
Unknown Object (File)
Mon, Jan 13, 5:09 PM
Unknown Object (File)
Mon, Jan 13, 6:58 AM
Unknown Object (File)
Jan 11 2025, 2:20 AM
Subscribers

Diff Detail

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

Event Timeline

ziaee added a subscriber: ziaee.

Sir, using current from yesterday i see a xref to this page in DEVICE_ATTACH(9), the diagnostics section of mlx(4) and twe(4), and the function appears to still be used in stand/kshim/bsd_kernel.*, sys/kern/subr_bus.c, and sys/sys/bus.h.

Sir, using current from yesterday i see a xref to this page in DEVICE_ATTACH(9), the diagnostics section of mlx(4) and twe(4), and the function appears to still be used in stand/kshim/bsd_kernel.*, sys/kern/subr_bus.c, and sys/sys/bus.h.

Hmm, I should fix the stale cross references. The bits in stand/ are likely stale. The sys/kern/subr_bus.c and sys/sys/bus.h are a compat shim, and it is marked deprecated in the header.

This revision is now accepted and ready to land.Wed, Feb 5, 8:49 PM