diff options
author | sam <sam@FreeBSD.org> | 2008-12-01 16:53:01 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-12-01 16:53:01 +0000 |
commit | 3693ee3c3284d3af87386ca19da4a94a454d0a1c (patch) | |
tree | 8a1dfddaf996f7f9195cae93c4ecb83157e46354 /sys/conf/files.arm | |
parent | 7a794e0b9d34863d33a89f93cdc66827a2760925 (diff) | |
download | FreeBSD-src-3693ee3c3284d3af87386ca19da4a94a454d0a1c.zip FreeBSD-src-3693ee3c3284d3af87386ca19da4a94a454d0a1c.tar.gz |
Switch to ath hal source code. Note this removes the ath_hal
module; the ath module now brings in the hal support. Kernel
config files are almost backwards compatible; supplying
device ath_hal
gives you the same chip support that the binary hal did but you
must also include
options AH_SUPPORT_AR5416
to enable the extended format descriptors used by 11n parts.
It is now possible to control the chip support included in a
build by specifying exactly which chips are to be supported
in the config file; consult ath_hal(4) for information.
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r-- | sys/conf/files.arm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index bfce5c3..be0f995 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -51,13 +51,6 @@ geom/geom_bsd.c optional geom_bsd geom/geom_bsd_enc.c optional geom_bsd geom/geom_mbr.c optional geom_mbr geom/geom_mbr_enc.c optional geom_mbr -hal.o optional ath_hal \ - compile-with "ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \ - no-implicit-rule -opt_ah.h optional ath_hal \ - compile-with "ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; rm -f opt_ah.h; cp $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.opt_ah.h opt_ah.h" \ - no-obj no-implicit-rule before-depend \ - clean "opt_ah.h" libkern/arm/divsi3.S standard libkern/arm/ffs.S standard libkern/arm/muldi3.c standard |