summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_rtw_cardbus.c
AgeCommit message (Expand)Author
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2008-07-18the Belkin F5D7010 version # is a RTL8185 cardbus device. thisReyk Floeter
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-20Print a colon out front to correct the interrupt string printing.Brad Smith
2007-09-05Only match on RTL8185 if RTW_DEBUG is set, support for the RTL8185Jonathan Gray
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-06-08useless netns includes; there was no NS stuff ever hereHenning Brauer
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
2005-05-27make sure to enable socket on resume.Robert Nagy
2005-05-16Use cardbus_matchbyid().Brad Smith
2005-02-10Remove redundant product name strings, simplify matching slightly.Jonathan Gray
2005-02-09Match D-Link DWL-610.Jonathan Gray
2005-01-04shrink dmesg outputJonathan Gray
2004-12-29Driver for Realtek 802.11 devices from NetBSD.Jonathan Gray