summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_re_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-11-24use the correct capitalization for Realtek.Brad Smith
2014-09-06Various changes to the re(4) feature flags..Brad Smith
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
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
2009-08-20- fix varargs after dmesg tweakingMartynas Venckus
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2008-10-12If re_attach() fails at any point make sure to disestablish variousBrad Smith
2008-04-20Remove unused flags.Brad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2006-11-28move printing of the interrupt string into re_attach().Brad Smith
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-09-19no externs on protots ad no casts from void *Michael Shalayeff
2006-09-18Fix for re_stop() being called from re_cardbus_shutdown() with theDimitry Andric
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-06-24de-register, ANSI functions and a little cleaning.Brad Smith
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2006-06-17add sys/timeout.hBrad Smith
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2005-05-16Use cardbus_matchbyid().Brad Smith
2005-01-14cardbus re(4) support (Realtek 8169) heavily based on if_rl.Peter Valchev