summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_an_pcmcia.c
AgeCommit message (Expand)Author
2024-05-26remove unneeded includesJonathan Gray
2022-04-06constify struct cfattachChristian Weisgerber
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
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-28unbreak pcmcia an(4) by adding back some lines removed in rev 1.21Jonathan Gray
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2006-03-10ansi. no binary change.Jonathan Gray
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
2006-01-09Move an(4) to a driver based on the NetBSD one.Jonathan Gray
2005-09-13only include what is needed (tree.h) and not the whole metric assload of unre...Michael Shalayeff
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
2002-06-25Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().Todd C. Miller
2002-06-09Pass in the device name to pcmcia_intr_establish() instead of ""Todd C. Miller
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-30Make the kernel compile.Artur Grabowski
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-04-06Match the Cisco Aironet 350 card; from NetBSD.Aaron Campbell
2000-06-23Pass the correct sizeo() to cfattach struct so we don't panic on detach.Aaron Campbell
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff