git: 84a62d974e74 - main - mlx.4: Remove stale diagnostic message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jan 2025 03:58:27 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=84a62d974e744fbe00ee542fc5f95e99c528bd0a commit 84a62d974e744fbe00ee542fc5f95e99c528bd0a Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-01-11 03:58:09 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-01-11 03:58:09 +0000 mlx.4: Remove stale diagnostic message This message would never have been omitted before since bus_generic_attach never fails. Reviewed by: ziaee, emaste Fixes: 18250ec6c089 Replace calls to bus_generic_attach with bus_attach_children Differential Revision: https://reviews.freebsd.org/D48402 --- share/man/man4/mlx.4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man4/mlx.4 b/share/man/man4/mlx.4 index f7a0d64e9e73..7cb3e9a98c1d 100644 --- a/share/man/man4/mlx.4 +++ b/share/man/man4/mlx.4 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd February 15, 2017 +.Dd January 10, 2025 .Dt MLX 4 .Os .Sh NAME @@ -146,7 +146,6 @@ controller. The current status of all system drives could not be fetched; attachment of system drives will be aborted. .It mlx%d: device_add_child failed -.It mlx%d: bus_generic_attach returned %d .Pp Creation of the system drive instances failed; attachment of one or more system drives may have been aborted.