Date: Mon, 12 Apr 2010 18:28:08 +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: r206501 - head/sys/modules Message-ID: <201004121828.o3CIS8Pt004711@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Mon Apr 12 18:28:08 2010 New Revision: 206501 URL: http://svn.freebsd.org/changeset/base/206501 Log: bce, bwi, bwn, mfi, mpt and siba_bwn all now compile that arm and mips have added a BUS_SPACE_UNSPECIFIED definition. Add them back to the mix on these platforms. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Mon Apr 12 17:44:42 2010 (r206500) +++ head/sys/modules/Makefile Mon Apr 12 18:28:08 2010 (r206501) @@ -35,15 +35,15 @@ SUBDIR= ${_3dfx} \ ata \ ath \ ${_auxio} \ - ${_bce} \ + bce \ bfe \ bge \ ${_bios} \ ${_bktr} \ ${_bm} \ bridgestp \ - ${_bwi} \ - ${_bwn} \ + bwi \ + bwn \ cam \ ${_canbepm} \ ${_canbus} \ @@ -176,13 +176,13 @@ SUBDIR= ${_3dfx} \ mcd \ md \ mem \ - ${_mfi} \ + mfi \ mii \ mlx \ ${_mly} \ mmc \ mmcsd \ - ${_mpt} \ + mpt \ mqueue \ msdosfs \ msdosfs_iconv \ @@ -252,7 +252,7 @@ SUBDIR= ${_3dfx} \ sdhci \ sem \ sf \ - ${_siba_bwn} \ + _siba_bwn \ siis \ sis \ sk \ @@ -321,12 +321,6 @@ _vpo= vpo .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips" # no BUS_SPACE_UNSPECIFIED -_bce= bce -_bwi= bwi -_bwn= bwn -_mfi= mfi -_mpt= mpt -_siba_bwn= siba_bwn # No barrier instruction support (specific to this driver) _sym= sym # no uart_cpu_$MACHINE_ARCH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004121828.o3CIS8Pt004711>