summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/if_fxp_cardbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistently uppercase pci product definesjsg2020-01-051-2/+2
* 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-2/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-3/+2
* Fewer <netinet/in_systm.h>mpi2014-08-111-5/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-2/+1
* replace workqs with tasks for handling resumedlg2013-11-141-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* - use nitems(); no binary change@jasper2011-04-021-3/+2
* Since the pci-specific activate function does nothing, move it to fxp.c.deraadt2010-08-271-1/+2
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-6/+9
* 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-11/+11
* Add detach support to a few more drivers, and in others do the neccessaryderaadt2009-10-151-23/+10
* Make fxp at pci detachable; untested.jsg2009-06-021-29/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Following up with further dmesg display tweaking after the cardbusprint()brad2008-02-251-7/+1
* repair com/fxp foo_detach() stuff, the hardest part being the pccom messderaadt2007-05-081-3/+3
* put more foo_detach() routines where they are usedderaadt2007-05-081-1/+29
* Add a symbolic name parameter to cardbus_intr_establish().grange2006-10-121-2/+2
* (fxp/re)_attach_common -> (fxp/re)_attachbrad2006-07-011-2/+2
* add sys/timeout.hbrad2006-06-171-1/+2
* substitute the Cardbus_conf_read/Cardbus_conf_write macros withfkr2006-06-081-8/+7
* KNF and whitespace cleanup, no functional changefkr2006-06-041-14/+7
* Use __func__ to get the current function name, no need to declare a variablemiod2006-04-161-4/+2
* update for pcidevs name changebrad2006-01-011-3/+3
* Use cardbus_matchbyid().brad2005-05-161-8/+8
* minor prototypes style; ok deraadtpvalchev2005-01-141-3/+3
* cardbusdevs -> pcidevsbrad2004-10-071-6/+3
* interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb@poi.dvo.ru>mickey2004-08-041-1/+3
* stop passing an empty enaddr around since we figure out thebrad2004-06-271-3/+2
* CardBus fxp's use the 82558 chipset which has a Long Receive bit,brad2004-05-071-1/+3
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
* First round of __P removal in sysmillert2002-03-141-5/+5
* - scb_wait() is now time based (not cpu speed based)jason2001-08-091-2/+2
* Support detach of fxp devices to allow ejection of Intel CardBus adapters.aaron2000-09-171-3/+1
* Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD.aaron2000-09-171-0/+270