From owner-svn-src-all@freebsd.org Sat Nov 23 07:06:18 2019 Return-Path: Delivered-To: svn-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 125791AC269; Sat, 23 Nov 2019 07:06:18 +0000 (UTC) (envelope-from scottl@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) server-signature RSA-PSS (4096 bits) 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 47KkqF6kdfz3Cx1; Sat, 23 Nov 2019 07:06:17 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA58D8424; Sat, 23 Nov 2019 07:06:17 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAN76HRf000599; Sat, 23 Nov 2019 07:06:17 GMT (envelope-from scottl@FreeBSD.org) Received: (from scottl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAN76GLE000595; Sat, 23 Nov 2019 07:06:16 GMT (envelope-from scottl@FreeBSD.org) Message-Id: <201911230706.xAN76GLE000595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: scottl set sender to scottl@FreeBSD.org using -f From: Scott Long Date: Sat, 23 Nov 2019 07:06:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r355028 - in stable/12: share/man/man4 sys/dev/hpt27xx sys/dev/trm X-SVN-Group: stable-12 X-SVN-Commit-Author: scottl X-SVN-Commit-Paths: in stable/12: share/man/man4 sys/dev/hpt27xx sys/dev/trm X-SVN-Commit-Revision: 355028 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2019 07:06:18 -0000 Author: scottl Date: Sat Nov 23 07:06:16 2019 New Revision: 355028 URL: https://svnweb.freebsd.org/changeset/base/355028 Log: MFC 355012 and 355021. Mark trm and hpt27xx for removal in 13.0 Modified: stable/12/share/man/man4/hpt27xx.4 stable/12/share/man/man4/trm.4 stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c stable/12/sys/dev/trm/trm.c Modified: stable/12/share/man/man4/hpt27xx.4 ============================================================================== --- stable/12/share/man/man4/hpt27xx.4 Sat Nov 23 03:38:26 2019 (r355027) +++ stable/12/share/man/man4/hpt27xx.4 Sat Nov 23 07:06:16 2019 (r355028) @@ -44,6 +44,9 @@ module at boot time, place the following line in .Bd -literal -offset indent hpt27xx_load="YES" .Ed +.Sh DEPRECATION NOTICE +This driver is scheduled for removal prior to the release of +.Fx 13.0 . .Sh DESCRIPTION The .Nm Modified: stable/12/share/man/man4/trm.4 ============================================================================== --- stable/12/share/man/man4/trm.4 Sat Nov 23 03:38:26 2019 (r355027) +++ stable/12/share/man/man4/trm.4 Sat Nov 23 07:06:16 2019 (r355028) @@ -48,6 +48,9 @@ module at boot time, place the following line in .Bd -literal -offset indent trm_load="YES" .Ed +.Sh DEPRECATION NOTICE +This driver is scheduled for removal prior to the release of +.Fx 13.0 .Sh DESCRIPTION The .Nm Modified: stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c ============================================================================== --- stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Sat Nov 23 03:38:26 2019 (r355027) +++ stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Sat Nov 23 07:06:16 2019 (r355028) @@ -76,7 +76,9 @@ static int hpt_attach(device_t dev) HPT_UINT size; PVBUS vbus; PVBUS_EXT vbus_ext; - + + gone_in(13, "Giant locked CAM drivers"); + KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev))); him = hpt_match(dev, 1); Modified: stable/12/sys/dev/trm/trm.c ============================================================================== --- stable/12/sys/dev/trm/trm.c Sat Nov 23 03:38:26 2019 (r355027) +++ stable/12/sys/dev/trm/trm.c Sat Nov 23 07:06:16 2019 (r355028) @@ -3376,7 +3376,9 @@ trm_attach(device_t dev) PACB pACB = 0; int rid = 0; int unit = device_get_unit(dev); - + + gone_in(13, "Giant locked CAM drivers"); + device_id = pci_get_devid(dev); /* * These cards do not allow memory mapped accesses