From owner-dev-commits-src-main@freebsd.org Thu Jun 10 13:20:03 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9563D64B838; Thu, 10 Jun 2021 13:20:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G14Ml3r1xz4jwh; Thu, 10 Jun 2021 13:20:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C484103E3; Thu, 10 Jun 2021 13:20:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15ADK359029458; Thu, 10 Jun 2021 13:20:03 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15ADK3FC029454; Thu, 10 Jun 2021 13:20:03 GMT (envelope-from git) Date: Thu, 10 Jun 2021 13:20:03 GMT Message-Id: <202106101320.15ADK3FC029454@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa=?= Subject: git: cedaad93176e - main - mmc(4), mmcsc(4): Remove missing Xref MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cedaad93176e2a0680e929ff683cf8d173e3c562 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 13:20:03 -0000 The branch main has been updated by fernape (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=cedaad93176e2a0680e929ff683cf8d173e3c562 commit cedaad93176e2a0680e929ff683cf8d173e3c562 Author: Fernando ApesteguĂ­a AuthorDate: 2021-06-10 13:11:22 +0000 Commit: Fernando ApesteguĂ­a 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(-) diff --git a/share/man/man4/mmc.4 b/share/man/man4/mmc.4 index 49f333135ade..430bca983280 100644 --- a/share/man/man4/mmc.4 +++ b/share/man/man4/mmc.4 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 8, 2008 +.Dd June 10, 2021 .Dt MMC 4 .Os .Sh NAME @@ -46,7 +46,6 @@ bus typically has only one slot, and only memory cards. MultiMediaCards exist only in memory. SD Cards exist as memory, I/O, or combination cards. .Sh SEE ALSO -.Xr at91_mci 4 , .Xr mmcsd 4 , .Xr sdhci 4 .Rs diff --git a/share/man/man4/mmcsd.4 b/share/man/man4/mmcsd.4 index e66867eb3453..9779183c64d4 100644 --- a/share/man/man4/mmcsd.4 +++ b/share/man/man4/mmcsd.4 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 22, 2008 +.Dd June 10, 2021 .Dt MMCSD 4 .Os .Sh NAME @@ -36,7 +36,6 @@ The .Nm driver implements direct access block device for MMC and SD memory cards. .Sh SEE ALSO -.Xr at91_mci 4 , .Xr mmc 4 , .Xr sdhci 4 .Rs