summaryrefslogtreecommitdiff
path: root/sys/contrib/dev
AgeCommit message (Expand)Author
2008-12-11Delete the old binary Atheros HALalc
2008-01-17Use BUILDSYMLINKS from <bsd.files.mk> instead of custom copy ruleslukem
2007-12-11use __KERNEL_RCSID()lukem
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-28Make ath(4) work again on sparc64 (and other big-endian machines).nakayama
2007-08-24The Atheros HAL on MIPS uses %s7 as a general purpose register, but thead
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-01-14Use consistent option names (i.e., those that are defflag'd). Ok dyoung@.cube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-30depend on the cardbus version too.christos
2006-10-21Kill KAUTH_GENERIC_ISSUSER usage.elad
2006-10-12- sprinkle __unused on function decls.christos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-21- Use the LWP cached credentials where sane.ad
2006-07-04put depend back.christos
2006-07-04more typos.christos
2006-07-04another dependency.christos
2006-07-04typochristos
2006-07-04athrate_sample.o needs the generated header filechristos
2006-06-25add a missing dependency.christos
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-06-07For cases where AH_REGOPS_FUNC is not defined, the bus tag is not defined.gdamore
2006-06-07Add missing file (forgot to commit this) for AR531X systems.gdamore
2006-06-05Import new HAL 0.9.17.2. Approved by sam@gdamore
2006-05-14integrate kauth.elad
2006-04-06Undo an accidental commit of ah.h from an unreleased version of the HAL.gdamore
2006-04-05Use a -I to add path to netbsd/ah_osdep, and remove #ifdef __NetBSD__gdamore
2006-04-05Move "depend" target into block which is only used if ath(4) is enabledtron
2006-04-05Rename AH_DEBUG, AH_ASSERT, and AH_DEBUG_ALQ to ATH_XXX.gdamore
2006-04-05Add rule to make athhal_options.h from ${ATH_HAL}.opt_ah.h, so that wegdamore
2006-04-04Add missing "-elf" suffix to ATH_HAL for sparc and sparc64.nakayama
2006-04-04Convert existing ath users to new Makefile, except for amd64, which needsgdamore
2006-04-04Centralize rules for building atheros HAL for various supported platforms,gdamore
2006-04-02Reorganize ath layout as requested by sam@ and suggested by dyoung@ ingdamore
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-02Miscellaneous ath(4) and net80211 updates and bug-fixes coming fromdyoung
2005-12-11merge ktrace-lwp.christos
2005-10-19For clarify, use the name opt_athhal.h instead of opt_ah.h for thedyoung
2005-09-13The entity passed to the HAL as a HAL_BUS_HANDLE needs to be an integralmartin
2005-07-04Our bus_space_{read,write}_4 routines convert from host to busdyoung
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-06-21Import FreeBSD's ath(4) of 2005-05-18dyoung