diff options
author | John Baldwin <jhb@FreeBSD.org> | 2025-01-11 03:58:09 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2025-01-11 03:58:09 +0000 |
commit | 84a62d974e744fbe00ee542fc5f95e99c528bd0a (patch) | |
tree | 6a08f0861ead7d10c7ff1c9b57839ffaea2c9004 | |
parent | 550137eab24ab6bdf05bfbb986927004b9f2f34e (diff) |
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
-rw-r--r-- | share/man/man4/mlx.4 | 3 |
1 files changed, 1 insertions, 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. |