summaryrefslogtreecommitdiff
path: root/sys/dev/ic/atwvar.h
AgeCommit message (Expand)Author
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-29Massage the powerhook functions into activate functions, and then callTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-06-03put the values direct in the array, otherwise the nested macros are longerTheo de Raadt
2009-06-02let atw at pci be detachable; untested.Jonathan Gray
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-06-27More removal of clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-02-17Missed part of last atw commit.Jonathan Gray
2005-12-09Remove surplus semicolon.Jonathan Gray
2005-09-24Remove a bunch of redundant defines that are also in net80211.Jonathan Gray
2005-05-27make sure to enable socket on resume.Robert Nagy
2004-07-25Begin conditioning device configuration on revision number. Three typesTodd C. Miller
2004-07-25Improve register definitions and slightly demystify some magicTodd C. Miller
2004-07-15Simplify receive descriptor setup; from NetBSD (dyoung).Todd C. Miller
2004-07-15kill sc_intr_ackTodd C. Miller
2004-07-15Do not treat the lost beacon count specially any more. It is kind ofTodd C. Miller
2004-07-07The ADM8211C uses a different BBP type-number for RFMD parts thanTodd C. Miller
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller