From owner-svn-src-head@freebsd.org Fri May 27 11:39:09 2016 Return-Path: Delivered-To: svn-src-head@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 B0DA3B4C23F; Fri, 27 May 2016 11:39:09 +0000 (UTC) (envelope-from trasz@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 814671670; Fri, 27 May 2016 11:39:09 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RBd8UL041331; Fri, 27 May 2016 11:39:08 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RBd87f041330; Fri, 27 May 2016 11:39:08 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201605271139.u4RBd87f041330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 27 May 2016 11:39:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300839 - head/sys/modules X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 11:39:09 -0000 Author: trasz Date: Fri May 27 11:39:08 2016 New Revision: 300839 URL: https://svnweb.freebsd.org/changeset/base/300839 Log: Attach iser(4) to the build. MFC after: 1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri May 27 11:37:56 2016 (r300838) +++ head/sys/modules/Makefile Fri May 27 11:39:08 2016 (r300839) @@ -174,6 +174,7 @@ SUBDIR= \ ${_ipw} \ ${_ipwfw} \ ${_isci} \ + ${_iser} \ isp \ ${_ispfw} \ ${_iwi} \ @@ -556,6 +557,7 @@ _igb= igb _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib +_iser= iser .endif _ix= ix _ixv= ixv