From owner-svn-src-head@FreeBSD.ORG Fri Jan 16 06:19:06 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6EB1F26; Fri, 16 Jan 2015 06:19:06 +0000 (UTC) Received: from svn.freebsd.org (svn.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 C3B21D88; Fri, 16 Jan 2015 06:19:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0G6J665060302; Fri, 16 Jan 2015 06:19:06 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0G6J6Cg060301; Fri, 16 Jan 2015 06:19:06 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201501160619.t0G6J6Cg060301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 16 Jan 2015 06:19:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r277231 - 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.18-1 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, 16 Jan 2015 06:19:07 -0000 Author: imp Date: Fri Jan 16 06:19:05 2015 New Revision: 277231 URL: https://svnweb.freebsd.org/changeset/base/277231 Log: Add back a couple PC Card devices to amd64. There's only a couple of them that were popular enough, so this doesn't adversly affect build times. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri Jan 16 03:39:38 2015 (r277230) +++ head/sys/modules/Makefile Fri Jan 16 06:19:05 2015 (r277231) @@ -474,6 +474,7 @@ _cardbus= cardbus _cbb= cbb _cpuctl= cpuctl _cpufreq= cpufreq +_cs= cs _dpms= dpms _drm= drm _drm2= drm2 @@ -482,9 +483,11 @@ _dtrace= dtrace .endif _ed= ed _em= em +_ep= ep _et= et _exca= exca _ext2fs= ext2fs +_fe= fe _filemon= filemon _i2c= i2c .if ${MK_OFED} != "no" || defined(ALL_MODULES) @@ -519,6 +522,7 @@ _vmware= vmware _vxge= vxge _wbwd= wbwd _wi= wi +_xe= xe .if ${MK_ZFS} != "no" || defined(ALL_MODULES) _zfs= zfs .endif @@ -625,10 +629,7 @@ _coff= coff .if ${MK_SOURCELESS_UCODE} != "no" _cp= cp .endif -_cs= cs _elink= elink -_ep= ep -_fe= fe _glxiic= glxiic _glxsb= glxsb _ibcs2= ibcs2 @@ -644,7 +645,6 @@ _streams= streams _stg= stg _svr4= svr4 _wds= wds -_xe= xe .if ${MACHINE} == "i386" .if ${MK_EISA} != "no" _ahb= ahb