From owner-svn-src-all@freebsd.org Fri Apr 14 14:05:41 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B613ED3D4FD; Fri, 14 Apr 2017 14:05:41 +0000 (UTC) (envelope-from avg@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 mx1.freebsd.org (Postfix) with ESMTPS id 878DAA37; Fri, 14 Apr 2017 14:05:41 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3EE5eCG057552; Fri, 14 Apr 2017 14:05:40 GMT (envelope-from avg@FreeBSD.org) Received: (from avg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3EE5efq057551; Fri, 14 Apr 2017 14:05:40 GMT (envelope-from avg@FreeBSD.org) Message-Id: <201704141405.v3EE5efq057551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avg set sender to avg@FreeBSD.org using -f From: Andriy Gapon Date: Fri, 14 Apr 2017 14:05:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r316833 - in stable/11/sys: dev/amd_ecc_inject modules modules/amd_ecc_inject X-SVN-Group: stable-11 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.23 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: Fri, 14 Apr 2017 14:05:41 -0000 Author: avg Date: Fri Apr 14 14:05:40 2017 New Revision: 316833 URL: https://svnweb.freebsd.org/changeset/base/316833 Log: MFC r314638: add a module that provides support for DRAM ECC error injection on AMD CPUs Added: stable/11/sys/dev/amd_ecc_inject/ - copied from r314638, head/sys/dev/amd_ecc_inject/ stable/11/sys/modules/amd_ecc_inject/ - copied from r314638, head/sys/modules/amd_ecc_inject/ Modified: stable/11/sys/modules/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/modules/Makefile ============================================================================== --- stable/11/sys/modules/Makefile Fri Apr 14 14:03:50 2017 (r316832) +++ stable/11/sys/modules/Makefile Fri Apr 14 14:05:40 2017 (r316833) @@ -34,6 +34,7 @@ SUBDIR= \ alc \ ale \ alq \ + ${_amd_ecc_inject} \ ${_amdsbwd} \ ${_amdtemp} \ amr \ @@ -617,6 +618,7 @@ _acpi= acpi .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) _aesni= aesni .endif +_amd_ecc_inject=amd_ecc_inject _amdsbwd= amdsbwd _amdtemp= amdtemp _arcmsr= arcmsr