svn commit: r206501 - head/sys/modules

Robert Noland rnoland at FreeBSD.org
Mon Apr 12 21:18:28 UTC 2010



Warner Losh wrote:
> 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 \

This typo has broken the build.

s/_siba_bwn/siba_bwn/

robert.

>  	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


More information about the svn-src-head mailing list