Bug 218970 - at91_mci(4) referenced, but not existing
Summary: at91_mci(4) referenced, but not existing
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-30 10:14 UTC by Christian Sturm
Modified: 2021-06-10 13:25 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Sturm 2017-04-30 10:14:12 UTC
mmcsd(4) and mmc(4) reference at91_mci(4). However this manual page does not exist.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-10 13:20:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=cedaad93176e2a0680e929ff683cf8d173e3c562

commit cedaad93176e2a0680e929ff683cf8d173e3c562
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-06-10 13:11:22 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-06-10 13:15:54 +0000

    mmc(4), mmcsc(4): Remove missing Xref

    There is no evidence of at91_mci in the code whatsoever. Most of the at91
    drivers where removed in 802baf0ba66c18ca52aeaf4a3e7b05e85d8e4d3b

    PR: 218970
    Reported by: reezer@reezer.org

    Approved by: imp@
    Differential Revision: https://reviews.freebsd.org/D29193

 share/man/man4/mmc.4   | 3 +--
 share/man/man4/mmcsd.4 | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2021-06-10 13:25:44 UTC
Fixed.

Thanks!