From owner-dev-commits-src-branches@freebsd.org Tue Sep 7 12:10:00 2021 Return-Path: Delivered-To: dev-commits-src-branches@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 A240F662566; Tue, 7 Sep 2021 12:10:00 +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 4H3kbp0CCYz4rmh; Tue, 7 Sep 2021 12:09:58 +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 E8C0012592; Tue, 7 Sep 2021 12:09:55 +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 187C9tS8087558; Tue, 7 Sep 2021 12:09:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 187C9tfb087557; Tue, 7 Sep 2021 12:09:55 GMT (envelope-from git) Date: Tue, 7 Sep 2021 12:09:55 GMT Message-Id: <202109071209.187C9tfb087557@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Jessica Clarke Subject: git: 902a992ffaac - stable/13 - gpio.4: Mention new sifive_gpio driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrtc27 X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 902a992ffaac91b9104a41ba25bb331dd925b0bd Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2021 12:10:00 -0000 The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=902a992ffaac91b9104a41ba25bb331dd925b0bd commit 902a992ffaac91b9104a41ba25bb331dd925b0bd Author: Jessica Clarke AuthorDate: 2021-08-07 18:31:34 +0000 Commit: Jessica Clarke CommitDate: 2021-09-07 12:08:14 +0000 gpio.4: Mention new sifive_gpio driver Suggested by: mhorne MFC after: 1 week (cherry picked from commit 5668a155cbe6cef802bc95666477a440fdb6f606) --- share/man/man4/gpio.4 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4 index da95c39f8e98..276d6855b49b 100644 --- a/share/man/man4/gpio.4 +++ b/share/man/man4/gpio.4 @@ -72,6 +72,13 @@ architecture include: .Cd "device wiigpio" .Cd "device macgpio" .Ed +.Pp +Additional device entries for the +.Li RISC-V +architecture include: +.Bd -ragged -offset indent +.Cd "device sifive_gpio" +.Ed .Sh DESCRIPTION The .Nm