Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 06:19:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277231 - head/sys/modules
Message-ID:  <201501160619.t0G6J6Cg060301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501160619.t0G6J6Cg060301>