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_rtw_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
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-11-18
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2011-04-02
- use nitems(); no binary change@
Jasper Lievisse Adriaanse
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
2008-07-18
the Belkin F5D7010 version # is a RTL8185 cardbus device. this
Reyk Floeter
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-09-20
Print a colon out front to correct the interrupt string printing.
Brad Smith
2007-09-05
Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185
Jonathan Gray
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-06-21
removal of '#ifdef rbus ... #else ...' directives, we use rbus in all
Felix Kronlage
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-06-08
useless netns includes; there was no NS stuff ever here
Henning Brauer
2005-05-29
add the RTL8185 (not working yet)
Reyk Floeter
2005-05-27
make sure to enable socket on resume.
Robert Nagy
2005-05-16
Use cardbus_matchbyid().
Brad Smith
2005-02-10
Remove redundant product name strings, simplify matching slightly.
Jonathan Gray
2005-02-09
Match D-Link DWL-610.
Jonathan Gray
2005-01-04
shrink dmesg output
Jonathan Gray
2004-12-29
Driver for Realtek 802.11 devices from NetBSD.
Jonathan Gray