From owner-svn-src-stable-7@FreeBSD.ORG Thu Jan 21 16:41:14 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 014321065672; Thu, 21 Jan 2010 16:41:14 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E427B8FC17; Thu, 21 Jan 2010 16:41:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0LGfDq1083708; Thu, 21 Jan 2010 16:41:13 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0LGfDGk083706; Thu, 21 Jan 2010 16:41:13 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201001211641.o0LGfDGk083706@svn.freebsd.org> From: Christian Brueffer Date: Thu, 21 Jan 2010 16:41:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r202754 - stable/7/sys/modules X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 16:41:14 -0000 Author: brueffer Date: Thu Jan 21 16:41:13 2010 New Revision: 202754 URL: http://svn.freebsd.org/changeset/base/202754 Log: MFC: r202290 Build iwi(4) and iwifw(4) modules on amd64 as well. Modified: stable/7/sys/modules/Makefile Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/modules/Makefile ============================================================================== --- stable/7/sys/modules/Makefile Thu Jan 21 16:31:45 2010 (r202753) +++ stable/7/sys/modules/Makefile Thu Jan 21 16:41:13 2010 (r202754) @@ -553,6 +553,8 @@ _ipmi= ipmi _ips= ips _ipw= ipw _ipwfw= ipwfw +_iwi= iwi +_iwifw= iwifw _ixgb= ixgb _lindev= lindev _linprocfs= linprocfs