summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/atwvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-5/+2
* replace workqs with tasks for handling resumedlg2013-11-141-3/+3
* __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andmiod2010-11-201-2/+2
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-3/+1
* Massage the powerhook functions into activate functions, and then callderaadt2010-08-291-2/+6
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-2/+2
* remove use of BITS and BIT macros.jsg2009-08-161-6/+6
* start getting rid of some of these horrific bit macros, removejsg2009-08-161-3/+3
* More cases of shutdown hooks not needed after card is already stopped. Inderaadt2009-08-101-3/+1
* put the values direct in the array, otherwise the nested macros are longerderaadt2009-06-031-17/+1
* let atw at pci be detachable; untested.jsg2009-06-021-1/+2
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-2/+2
* More removal of clauses 3 and 4 from NetBSD licenses.ray2008-06-271-8/+1
* move ieee80211_compute_duration() and ieee80211_compute_duration1()damien2007-06-071-3/+11
* __attribute__((__packed__)) -> __packedjsg2006-06-271-3/+3
* Missed part of last atw commit.jsg2006-02-171-1/+3
* Remove surplus semicolon.jsg2005-12-091-2/+2
* Remove a bunch of redundant defines that are also in net80211.jsg2005-09-241-24/+1
* make sure to enable socket on resume.robert2005-05-271-1/+2
* Begin conditioning device configuration on revision number. Three typesmillert2004-07-251-2/+13
* Improve register definitions and slightly demystify some magicmillert2004-07-251-3/+3
* Simplify receive descriptor setup; from NetBSD (dyoung).millert2004-07-151-9/+4
* kill sc_intr_ackmillert2004-07-151-4/+1
* Do not treat the lost beacon count specially any more. It is kind ofmillert2004-07-151-2/+2
* The ADM8211C uses a different BBP type-number for RFMD parts thanmillert2004-07-071-2/+2
* atw(4) driver from NetBSD (dyoung). Based in part on a port bymillert2004-06-221-0/+476