From owner-svn-src-all@FreeBSD.ORG Fri Nov 18 11:10:15 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB8B1065677; Fri, 18 Nov 2011 11:10:15 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3E5558FC15; Fri, 18 Nov 2011 11:10:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pAIBAFVp070399; Fri, 18 Nov 2011 11:10:15 GMT (envelope-from philip@svn.freebsd.org) Received: (from philip@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pAIBAFoY070397; Fri, 18 Nov 2011 11:10:15 GMT (envelope-from philip@svn.freebsd.org) Message-Id: <201111181110.pAIBAFoY070397@svn.freebsd.org> From: Philip Paeps Date: Fri, 18 Nov 2011 11:10:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227662 - head/sys/modules X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 18 Nov 2011 11:10:15 -0000 Author: philip Date: Fri Nov 18 11:10:14 2011 New Revision: 227662 URL: http://svn.freebsd.org/changeset/base/227662 Log: Limit building sfxge(4) to amd64 only to unbreak the tinderboxen. The driver should also work on (at least) i386 but hasn't been built/tested for a while. MFC after: 3 weeks Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri Nov 18 09:56:40 2011 (r227661) +++ head/sys/modules/Makefile Fri Nov 18 11:10:14 2011 (r227662) @@ -275,7 +275,7 @@ SUBDIR= ${_3dfx} \ sem \ send \ sf \ - sfxge \ + ${_sfxge} \ sge \ siba_bwn \ siftr \ @@ -630,6 +630,7 @@ _rdma= rdma _s3= s3 _safe= safe _scsi_low= scsi_low +_sfxge= sfxge _smbfs= smbfs _sound= sound _speaker= speaker