From owner-dev-commits-src-all@freebsd.org Sat Dec 26 12:52:57 2020 Return-Path: Delivered-To: dev-commits-src-all@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 1BB7E4B88F1; Sat, 26 Dec 2020 12:52:57 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D33d50GnRz3lSF; Sat, 26 Dec 2020 12:52:57 +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 F0F77152F2; Sat, 26 Dec 2020 12:52:56 +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 0BQCquWY087848; Sat, 26 Dec 2020 12:52:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BQCqulA087847; Sat, 26 Dec 2020 12:52:56 GMT (envelope-from git) Date: Sat, 26 Dec 2020 12:52:56 GMT Message-Id: <202012261252.0BQCqulA087847@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Marius Strobl Subject: git: 863de60ebc3c - scc.4: Add Freescale/NXP QUICC to the list of supported controllers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: marius X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 863de60ebc3cce280f294fd7f7e18aded44d4c62 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Dec 2020 12:52:57 -0000 The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=863de60ebc3cce280f294fd7f7e18aded44d4c62 commit 863de60ebc3cce280f294fd7f7e18aded44d4c62 Author: Marius Strobl AuthorDate: 2020-12-25 21:35:34 +0000 Commit: Marius Strobl CommitDate: 2020-12-26 12:48:06 +0000 scc.4: Add Freescale/NXP QUICC to the list of supported controllers Support was added in e1ef781113fba635a7fa4a979607261385971992 and r176772 respectively. --- share/man/man4/scc.4 | 4 +++- sys/conf/NOTES | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/share/man/man4/scc.4 b/share/man/man4/scc.4 index 80072f55d690..45f6a5e6d596 100644 --- a/share/man/man4/scc.4 +++ b/share/man/man4/scc.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 29, 2006 +.Dd December 25, 2020 .Dt SCC 4 .Os .\" @@ -54,6 +54,8 @@ driver supports the following classes of SCCs: .Pp .Bl -bullet -compact .It +QUICC: Freescale/NXP QUad Integrated Communications Controllers. +.It SAB82532: Siemens SAB 82532 based serial communications controllers. .It Z8530: Zilog 8530 based serial communications controllers. diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3dc5d6e3ba59..22fb430a76c7 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1771,8 +1771,8 @@ options BREAK_TO_DEBUGGER # A BREAK/DBG on the console goes to options ALT_BREAK_TO_DEBUGGER # Serial Communications Controller -# Supports the Siemens SAB 82532 and Zilog Z8530 multi-channel -# communications controllers. +# Supports the Freescale/NXP QUad Integrated, Siemens SAB 82532 and Zilog Z8530 +# multi-channel communications controllers. device scc # PCI Universal Communications driver