summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcmcia/if_an_pcmcia.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* unbreak pcmcia an(4) by adding back some lines removed in rev 1.21jsg2015-02-281-1/+3
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-7/+1
* Convert the pcmcia power hook to an activate function. Then change thederaadt2010-08-301-9/+4
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* ansi. no binary change.jsg2006-03-101-13/+5
* Add basic radiotap support. Modelled somewhat afterjsg2006-01-301-1/+2
* Move an(4) to a driver based on the NetBSD one.jsg2006-01-091-21/+27
* only include what is needed (tree.h) and not the whole metric assload of unrelated crap (mbuf.h)mickey2005-09-131-2/+2
* replace the node hash table with a red-black tree. this fixes somereyk2005-09-131-1/+2
* Replace arpcom in the softc with ieee80211com in preparation forjsg2005-06-201-3/+7
* Use pcmcia_intr_string() for printing the irq (or error) string.millert2005-01-271-4/+7
* kill the caluses three and four on some of my codemickey2003-06-021-6/+1
* Use queue.h macros instead of using the structure names directly.jason2002-11-191-2/+2
* Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().millert2002-06-251-3/+2
* Pass in the device name to pcmcia_intr_establish() instead of ""millert2002-06-091-2/+2
* a step towards consistancy; in general:todd2002-06-091-3/+3
* First round of __P removal in sysmillert2002-03-141-5/+5
* Make the kernel compile.art2001-09-301-1/+2
* quieten pcmcia/cardbus interrupt handling at unsuspend timederaadt2001-08-171-5/+5
* Match the Cisco Aironet 350 card; from NetBSD.aaron2001-04-061-1/+2
* Pass the correct sizeo() to cfattach struct so we don't panic on detach.aaron2000-06-231-5/+5
* Do not unmap CCR before using them for the last timeniklas2000-04-241-2/+2
* aironet 802.11 ds driver from freebsd, isa and pci are missingmickey2000-04-031-0/+198