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
/
cardbus
/
if_acx_cardbus.c
Age
Commit message (
Expand
)
Author
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2010-09-06
All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}
Theo de Raadt
2010-03-27
Give cardbus the pci_chipset_tag_t from pccbb and push it out through
Jonathan Gray
2010-03-27
Bring back cardbus_chipset_tag_t which is in practice a
Jonathan Gray
2010-03-22
Remove some cardbus defines and types which are identical to
Jonathan Gray
2009-07-30
Put the correct value in the I/O BAR for ACX100 cards.
Miod Vallat
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-03-11
Do more error checking in acx(4).
Stefan Sperling
2009-02-26
Fix PR6089, "panic in acx_detach upon card eject".
Stefan Sperling
2006-11-10
acx(4) doesn't use rssadapt(9).
Damien Bergamini
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-08-19
Replace existing rate adaption code with the ieee80211_amrr framework.
Marcus Glocker
2006-08-09
On detach the bus space was not unmapped correctly which could lead to
Marcus Glocker
2006-08-08
Some KNF.
Marcus Glocker
2006-08-08
Mention which MAC we are using (ACX100 or ACX111) and fix
Jonathan Gray
2006-08-03
be more clear about failed mappings
Theo de Raadt
2006-08-03
Enable also pretty printing of radio & address for cardbus.
Marcus Glocker
2006-08-03
Add/Fix copyright notes.
Marcus Glocker
2006-08-03
Change to OpenBSD cvs tag.
Marcus Glocker
2006-08-03
Inital import for the acx(4) driver.
Marcus Glocker