From owner-dev-commits-src-main@freebsd.org Sat Dec 26 21:42:34 2020 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 9D9C94C3814; Sat, 26 Dec 2020 21:42:34 +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 4D3HNB3rqRz4krv; Sat, 26 Dec 2020 21:42:34 +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 773081BF73; Sat, 26 Dec 2020 21:42:34 +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 0BQLgYAo060172; Sat, 26 Dec 2020 21:42:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BQLgYY2060171; Sat, 26 Dec 2020 21:42:34 GMT (envelope-from git) Date: Sat, 26 Dec 2020 21:42:34 GMT Message-Id: <202012262142.0BQLgYY2060171@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: 180439a1731a - main - sym.4: Remove remainder of SYM_SETUP_LP_PROBE_MAP documentation 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: 180439a1731a3138c9d57e0b994afe82528365f9 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: Sat, 26 Dec 2020 21:42:34 -0000 The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=180439a1731a3138c9d57e0b994afe82528365f9 commit 180439a1731a3138c9d57e0b994afe82528365f9 Author: Marius Strobl AuthorDate: 2020-12-26 21:38:59 +0000 Commit: Marius Strobl CommitDate: 2020-12-26 21:42:26 +0000 sym.4: Remove remainder of SYM_SETUP_LP_PROBE_MAP documentation This option has been removed in 221ac8f4cd823a2b047c2807e2cf744c7176dd1f and r339575 respectively. --- share/man/man4/sym.4 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/share/man/man4/sym.4 b/share/man/man4/sym.4 index bb043b48e0ed..7df2a0ec320e 100644 --- a/share/man/man4/sym.4 +++ b/share/man/man4/sym.4 @@ -56,7 +56,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 19, 2004 +.Dd December 26, 2020 .Dt SYM 4 .Os .Sh NAME @@ -77,10 +77,6 @@ To disable PCI parity checking (needed for broken bridges): To control driver probing against HVD buses: .Cd "options SYM_SETUP_SCSI_DIFF=" .Pp -To control chip attachment balancing between the ncr driver and this driver: -.Cd "options SYM_SETUP_LP_PROBE_MAP=" -.Ed -.Pp Alternatively, to load the driver as a module at boot time, place the following line in .Xr loader.conf 5 :