summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ath_netbsd.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-03-07Get improvements from FreeBSD-current (January 2011).cegger
2011-02-20support building as a modulejmcneill
2011-01-21Move device_printf() from ath_netbsd.c to subr_prf.c for reuse in a newdyoung
2009-10-19Drop 3rd and 4th clauses from David Young's license.rmind
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
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-11-26Use device_xname(). Make device_printf() take a device_t argument.dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2006-05-11cast the return value of several macros that evaluate to "(func() == FOO)"mrg
2006-03-02Miscellaneous ath(4) and net80211 updates and bug-fixes coming fromdyoung
2006-02-05Add missing $NetBSD$ tags and __KERNEL_RCSID().xtraeme
2005-11-18Adapt drivers to the new net80211(9).skrll
2005-07-28Export ath_sysctl_instance for the SampleRate rate-control moduledyoung
2005-07-03Create per-instance sysctl nodes for ath(4), e.g., hw.ath0.debug,dyoung
2005-06-22Remove unused <atomic.h> include; add <sys/device.h> includes wheremartin
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung