summaryrefslogtreecommitdiff
path: root/sys/dev/ic/athrate-sample.c
AgeCommit message (Expand)Author
2021-08-09s/alway /always/andvar
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2012-11-08Use NetBSD's own KASSERT() and KASSERTMSG() instead of #undef and re-#definingdyoung
2011-02-20support building as a modulejmcneill
2008-12-11Sync ath(4) with the new HAL, mostly based on <jmcneill>'s patches.alc
2008-07-09- device/softc split for ath(4)joerg
2008-04-08use aprint_*_dev and device_xnamecegger
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-04-14Coverty CID 1317: Avoid negative index.christos
2006-04-02Reorganize ath layout as requested by sam@ and suggested by dyoung@ ingdamore
2006-03-02Miscellaneous ath(4) and net80211 updates and bug-fixes coming fromdyoung
2006-02-05Add missing $NetBSD$ tags and __KERNEL_RCSID().xtraeme
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-11-18Resolve conflicts.skrll
2005-10-25Add missing <sys/device.h> include.martin
2005-07-28Fix variable shadowing, sysctl attachment, ident(1) strings,dyoung
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