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