summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/if_rl_cardbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the bus specific sc_ih (interrup handle) variable and use the commonclaudio2020-06-171-6/+5
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi2015-11-241-2/+1
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-3/+2
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* use the correct capitalization for Realtek.brad2014-11-241-4/+4
* Fewer <netinet/in_systm.h>mpi2014-08-111-5/+1
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Sort the CardBus ids.brad2013-03-071-5/+5
* Fix and simplify determining whether we're using a 8129 or 8139 chipset. Onlybrad2013-03-071-2/+1
* - use nitems(); no binary change@jasper2011-04-021-3/+2
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-16/+18
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-3/+3
* Remove some cardbus defines and types which are identical tojsg2010-03-221-20/+20
* Some cleaning for the rl(4) driver:naddy2009-12-211-31/+24
* make rl at pci detachable; untested.jsg2009-06-021-30/+1
* rl_detach() is only used for cardbus casederaadt2007-05-081-1/+30
* Fix some "is is"s. ok otto@.tom2006-10-161-2/+2
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
* removal of '#ifdef rbus ... #else ...' directives, we use rbus in allfkr2006-06-211-9/+1
* add sys/timeout.hbrad2006-06-171-1/+2
* minor space nitpvalchev2006-05-291-2/+2
* - better pcidevs entries for Intel Gig and add 82573 idsbrad2005-05-291-3/+3
* Use cardbus_matchbyid().brad2005-05-161-33/+5
* cardbusdevs -> pcidevsbrad2004-10-071-11/+10
* attach to Planex and Corega Ethernet cards.brad2004-07-091-1/+4
* attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>mickey2004-04-071-1/+2
* typos from Tom Cosgrove;jmc2003-10-211-2/+2
* CardBus D-Link DFE-690TXD support.fgsch2003-09-271-1/+2
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
* de peejason2002-06-081-7/+6
* Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.aaron2002-06-081-0/+353