index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pcmcia
/
if_an_pcmcia.c
Age
Commit message (
Expand
)
Author
2024-05-26
remove unneeded includes
Jonathan Gray
2022-04-06
constify struct cfattach
Christian Weisgerber
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-28
unbreak pcmcia an(4) by adding back some lines removed in rev 1.21
Jonathan Gray
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2010-08-30
Convert the pcmcia power hook to an activate function. Then change the
Theo de Raadt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2006-03-10
ansi. no binary change.
Jonathan Gray
2006-01-30
Add basic radiotap support. Modelled somewhat after
Jonathan Gray
2006-01-09
Move an(4) to a driver based on the NetBSD one.
Jonathan Gray
2005-09-13
only include what is needed (tree.h) and not the whole metric assload of unre...
Michael Shalayeff
2005-09-13
replace the node hash table with a red-black tree. this fixes some
Reyk Floeter
2005-06-20
Replace arpcom in the softc with ieee80211com in preparation for
Jonathan Gray
2005-01-27
Use pcmcia_intr_string() for printing the irq (or error) string.
Todd C. Miller
2003-06-02
kill the caluses three and four on some of my code
Michael Shalayeff
2002-11-19
Use queue.h macros instead of using the structure names directly.
Jason Wright
2002-06-25
Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().
Todd C. Miller
2002-06-09
Pass in the device name to pcmcia_intr_establish() instead of ""
Todd C. Miller
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-30
Make the kernel compile.
Artur Grabowski
2001-08-17
quieten pcmcia/cardbus interrupt handling at unsuspend time
Theo de Raadt
2001-04-06
Match the Cisco Aironet 350 card; from NetBSD.
Aaron Campbell
2000-06-23
Pass the correct sizeo() to cfattach struct so we don't panic on detach.
Aaron Campbell
2000-04-24
Do not unmap CCR before using them for the last time
Niklas Hallqvist
2000-04-03
aironet 802.11 ds driver from freebsd, isa and pci are missing
Michael Shalayeff