summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/if_rl_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-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-11-24use the correct capitalization for Realtek.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
2013-03-07Sort the CardBus ids.Brad Smith
2013-03-07Fix and simplify determining whether we're using a 8129 or 8139 chipset. OnlyBrad Smith
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
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-12-21Some cleaning for the rl(4) driver:Christian Weisgerber
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2007-05-08rl_detach() is only used for cardbus caseTheo de Raadt
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
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
2006-06-17add sys/timeout.hBrad Smith
2006-05-29minor space nitPeter Valchev
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
2005-05-16Use cardbus_matchbyid().Brad Smith
2004-10-07cardbusdevs -> pcidevsBrad Smith
2004-07-09attach to Planex and Corega Ethernet cards.Brad Smith
2004-04-07attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-09-27CardBus D-Link DFE-690TXD support.Federico G. Schwindt
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-06-08de peeJason Wright
2002-06-08Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.Aaron Campbell