From owner-svn-src-projects@freebsd.org Fri Jul 17 20:30:31 2015 Return-Path: Delivered-To: svn-src-projects@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 870CA9A2C1F for ; Fri, 17 Jul 2015 20:30:31 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 7779418D0; Fri, 17 Jul 2015 20:30:31 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6HKUVtK070331; Fri, 17 Jul 2015 20:30:31 GMT (envelope-from benno@FreeBSD.org) Received: (from benno@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6HKUVoP070330; Fri, 17 Jul 2015 20:30:31 GMT (envelope-from benno@FreeBSD.org) Message-Id: <201507172030.t6HKUVoP070330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: benno set sender to benno@FreeBSD.org using -f From: Benno Rice Date: Fri, 17 Jul 2015 20:30:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r285660 - projects/pms/sys/modules X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 20:30:31 -0000 Author: benno Date: Fri Jul 17 20:30:30 2015 New Revision: 285660 URL: https://svnweb.freebsd.org/changeset/base/285660 Log: Enable pms module on amd64 for now. Modified: projects/pms/sys/modules/Makefile Modified: projects/pms/sys/modules/Makefile ============================================================================== --- projects/pms/sys/modules/Makefile Fri Jul 17 20:29:47 2015 (r285659) +++ projects/pms/sys/modules/Makefile Fri Jul 17 20:30:30 2015 (r285660) @@ -276,6 +276,7 @@ SUBDIR= \ ${_pfsync} \ plip \ ${_pmc} \ + ${_pms} \ ppbus \ ppc \ ppi \ @@ -620,6 +621,7 @@ _ixlv= ixlv _linux64= linux64 _linux_common= linux_common _ntb= ntb +_pms= pms _qlxge= qlxge _qlxgb= qlxgb _qlxgbe= qlxgbe